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)
commit68d70a1cf6f0d4f7f013af1652b1525042f38daf
tree0318ff7da62cf4902205c04e771c5abb5f7d3c5e
parent00f237e226bc8a6ecf168ca0d2e1853f203f17d1
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