mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-23 23:51:22 +02:00
x86: qemu: Enable dhrystone
Provide the 'dhry' command, which helps to check that kvm is being used properly with QEMU. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
515d4ee339
commit
6f30ae6cd6
@ -89,4 +89,5 @@ CONFIG_CONSOLE_SCROLL_LINES=5
|
||||
CONFIG_SPL_VIDEO=y
|
||||
# CONFIG_SPL_USE_TINY_PRINTF is not set
|
||||
CONFIG_GENERATE_ACPI_TABLE=y
|
||||
CONFIG_CMD_DHRYSTONE=y
|
||||
# CONFIG_GZIP is not set
|
||||
|
@ -66,4 +66,5 @@ CONFIG_VIDEO_BOCHS=y
|
||||
# CONFIG_VIDEO_VESA is not set
|
||||
CONFIG_CONSOLE_SCROLL_LINES=5
|
||||
CONFIG_GENERATE_ACPI_TABLE=y
|
||||
CONFIG_CMD_DHRYSTONE=y
|
||||
# CONFIG_GZIP is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user