diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2020-07-02 23:33:33 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-07-10 12:44:08 +0000 |
commit | 746ad1b8e2f1f4f53a2e2451726c657c2451f769 (patch) | |
tree | 4b0b7d90fb71d32e49ce60e2aeb637efd047c426 /meta-rcar-gen3/README.md | |
parent | aad9fbb8cd6d5f80d9064390668243c8b2673021 (diff) |
doc: fix markdown code blocks syntaxHEADjellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.29.99.49.99.39.99.2master
Because of the unnecessary spaces, some bash code blocks
is not displayed as expected in the pages below:
https://docs.automotivelinux.org/docs/en/master/hardware/reference/renesas-gen3/gen3.html
https://docs.automotivelinux.org/docs/en/master/hardware/reference/renesas-gen3/proprietary.html
Bug-AGL: SPEC-2714
Change-Id: I5943d834347c7b124f5bce8b00b39e88067926d2
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'meta-rcar-gen3/README.md')
-rw-r--r-- | meta-rcar-gen3/README.md | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/meta-rcar-gen3/README.md b/meta-rcar-gen3/README.md index 9f64693..7a4b013 100644 --- a/meta-rcar-gen3/README.md +++ b/meta-rcar-gen3/README.md @@ -112,28 +112,27 @@ Starter Kit Premier (H3ULCB)|MACHINE="h3ulcb" * For H3: r8a7795 - ```bash +```bash SOC_FAMILY = "r8a7795" - ``` +``` * For M3: r8a7796 - ```bash +```bash SOC_FAMILY = "r8a7796" - ``` +``` * For M3N: r8a77965 - ```bash +```bash SOC_FAMILY = "r8a77965" - ``` +``` * For E3: r8a77990 - ```bash - # Already added in machine config: ebisu.conf +```bash SOC_FAMILY = "r8a77990" - ``` +``` * Configure for systemd init in local.conf: |