qemu-x86: Use config_distro_bootcmd
authorJoshua Watt <jpewhacker@gmail.com>
Wed, 3 Jul 2019 17:45:32 +0000 (12:45 -0500)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 9 Aug 2019 14:24:02 +0000 (22:24 +0800)
commit00f237e226bc8a6ecf168ca0d2e1853f203f17d1
tree52e6e8ccb99785049bb792d422762f8885736210
parent42ef7079224abc7c6073c0bab63f3aa6fffd5d00
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>
configs/qemu-x86_64_defconfig
configs/qemu-x86_defconfig
doc/board/emulation/qemu-x86.rst
include/configs/qemu-x86.h