diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2019-07-03 12:45:32 -0500 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-08-09 22:24:02 +0800 |
commit | 00f237e226bc8a6ecf168ca0d2e1853f203f17d1 (patch) | |
tree | 52e6e8ccb99785049bb792d422762f8885736210 /configs/qemu-x86_defconfig | |
parent | 42ef7079224abc7c6073c0bab63f3aa6fffd5d00 (diff) | |
download | u-boot-00f237e226bc8a6ecf168ca0d2e1853f203f17d1.tar.gz u-boot-00f237e226bc8a6ecf168ca0d2e1853f203f17d1.tar.bz2 u-boot-00f237e226bc8a6ecf168ca0d2e1853f203f17d1.zip |
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_defconfig | 1 |
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 |