]> git.baikalelectronics.ru Git - uboot.git/commit
x86: qemu: Fix non-working ramboot and nfsboot environment variables
authorBin Meng <bmeng.cn@gmail.com>
Sun, 28 Jul 2019 15:13:58 +0000 (08:13 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 9 Aug 2019 14:24:02 +0000 (22:24 +0800)
commita96c23d757d9a336ad1d065b4937b09a2a8c7349
tree0318ff7da62cf4902205c04e771c5abb5f7d3c5e
parent65911e733429e322c7b529414e76414e876f0663
x86: qemu: Fix non-working ramboot and nfsboot environment variables

With qemu-x86 starting to use config_distro_bootcmd, the pre-defined
ramboot and nfsboot commands do not work any more. This is caused by
undefined environment variable 'ramdiskaddr' that was previously set
in CONFIG_EXTRA_ENV_SETTINGS but later CONFIG_EXTRA_ENV_SETTINGS was
redefined for distro boot.

Update the x86 generic CONFIG_EXTRA_ENV_SETTINGS to consider distro
boot, and remove the one in qemu-x86.h.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
include/configs/qemu-x86.h
include/configs/x86-common.h