
22 Jun
2019
22 Jun
'19
4:52 p.m.
On Sat, Jun 22, 2019 at 10:51 PM Bin Meng bmeng.cn@gmail.com wrote:
Hi Joshua,
On Fri, Jun 21, 2019 at 11:17 PM Joshua Watt jpewhacker@gmail.com wrote:
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. Currently, u-boot will only boot in a very limited set of circumstances where there is a /boot/vmlinuz on scsi 0:3 with no ramdisk.
If distro_bootcmd fails, u-boot will fall back to the original method.
Signed-off-by: Joshua Watt JPEWhacker@gmail.com
include/configs/qemu-x86.h | 30 ++++++++++++++++++++++++++++++
Could you please enable
Oops, I wanted to say: enable CONFIG_DISTRO_DEFAULTS in the board defconfig files.
1 file changed, 30 insertions(+)
Regards, Bin