From 00f237e226bc8a6ecf168ca0d2e1853f203f17d1 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Wed, 3 Jul 2019 12:45:32 -0500 Subject: qemu-x86: Use config_distro_bootcmd Converts qemu x86 machines to boot using distro_config. The intent is to allow u-boot in qemu to be maximally compatible with many boot methods without having to change the config. Previously, u-boot would only boot in a very limited set of circumstances where there was a /boot/vmlinuz on scsi 0:3 with no ramdisk. Signed-off-by: Joshua Watt Reviewed-by: Bin Meng [bmeng: convert doc updates to reST] Signed-off-by: Bin Meng --- configs/qemu-x86_64_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/qemu-x86_64_defconfig') diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig index 532611f4a9..53d9c8cf82 100644 --- a/configs/qemu-x86_64_defconfig +++ b/configs/qemu-x86_64_defconfig @@ -12,6 +12,7 @@ CONFIG_SMP=y CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y CONFIG_GENERATE_ACPI_TABLE=y +CONFIG_DISTRO_DEFAULTS=y CONFIG_BUILD_ROM=y CONFIG_FIT=y CONFIG_SPL_LOAD_FIT=y -- cgit v1.2.3