aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-08-28 19:16:38 +0200
committerGitHub <noreply@github.com>2019-08-28 19:16:38 +0200
commit40203c152e000af463142886c75e346fbaaae7a7 (patch)
tree710c56fd47ea3c09510e53efcfa47000add34681 /docs/linux
parent3885d1e2adcc3920a5886cae72b0a4d8ff8ab8e3 (diff)
Update setup_linux-host_qemu-vm_arm-kernel.md
Diffstat (limited to 'docs/linux')
-rw-r--r--docs/linux/setup_linux-host_qemu-vm_arm-kernel.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md b/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md
index dbf3f6419..da74b90bd 100644
--- a/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md
+++ b/docs/linux/setup_linux-host_qemu-vm_arm-kernel.md
@@ -131,8 +131,8 @@ Create manager config `arm.cfg` similar to the following one (changing paths as
"cmdline": "console=ttyAMA0 root=/dev/mmcblk0",
"kernel": "/linux/arch/arm/boot/zImage",
"image_device": "sd",
- "mem": 512
- "cpu": 2,
+ "mem": 512,
+ "cpu": 2
}
}
```