diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-18 16:21:15 +0100 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2016-02-22 18:04:28 +0100 |
commit | 4f22267b09565055f297808adc3c260c749332fb (patch) | |
tree | 91f074c6123d591c9f0a33eb5d9ead004e61d470 /src/mainboard | |
parent | c7a943397d9ab731f4245c416e6086feec08c2b9 (diff) | |
download | coreboot-4f22267b09565055f297808adc3c260c749332fb.tar.xz |
qemu-armv7: Update running instructions.
Change-Id: I04c0cfea5d49eb70969d6ad38d5cb81d70eeaf9b
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: https://review.coreboot.org/13753
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/emulation/qemu-armv7/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-armv7/Kconfig b/src/mainboard/emulation/qemu-armv7/Kconfig index bb13e988a9..2654f0f9e2 100644 --- a/src/mainboard/emulation/qemu-armv7/Kconfig +++ b/src/mainboard/emulation/qemu-armv7/Kconfig @@ -17,7 +17,7 @@ # To execute, do: # export QEMU_AUDIO_DRV=none -# qemu-system-arm -M vexpress-a9 -m 1024M -nographic -kernel build/coreboot.rom +# qemu-system-arm -M vexpress-a9 -m 1024M -nographic -bios build/coreboot.rom if BOARD_EMULATION_QEMU_ARMV7 |