[U-Boot] [PATCH] x86: qemu: Fix non-working ramboot and nfsboot environment variables
Bin Meng
bmeng.cn at gmail.com
Thu Aug 8 14:50:22 UTC 2019
On Sun, Jul 28, 2019 at 11:14 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> 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 at gmail.com>
> ---
>
> include/configs/qemu-x86.h | 10 ----------
> include/configs/x86-common.h | 21 ++++++++++++++-------
> 2 files changed, 14 insertions(+), 17 deletions(-)
>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list