summaryrefslogtreecommitdiff
path: root/configs/qemu-x86_defconfig
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2019-07-03 12:45:32 -0500
committerBin Meng <bmeng.cn@gmail.com>2019-08-09 22:24:02 +0800
commit00f237e226bc8a6ecf168ca0d2e1853f203f17d1 (patch)
tree52e6e8ccb99785049bb792d422762f8885736210 /configs/qemu-x86_defconfig
parent42ef7079224abc7c6073c0bab63f3aa6fffd5d00 (diff)
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 <JPEWhacker@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: convert doc updates to reST] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/qemu-x86_defconfig')
-rw-r--r--configs/qemu-x86_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig
index ef85c52592..ad56135401 100644
--- a/configs/qemu-x86_defconfig
+++ b/configs/qemu-x86_defconfig
@@ -6,6 +6,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_BOOTSTAGE=y