Re: [U-Boot] [PATCH] x86: qemu: Fix build warnings with CONFIG_DISTRO_DEFAULTS=n

2019-08-16 Thread Bin Meng
On Wed, Aug 14, 2019 at 4:23 PM Bin Meng wrote: > > Use DISTRO_BOOTENV to decouple BOOTENV from CONFIG_DISTRO_DEFAULTS. > > Reported-by: Heinrich Schuchardt > Signed-off-by: Bin Meng > --- > > include/configs/x86-common.h | 11 +++ > 1 file changed, 7 insertions(+), 4 deletions(-) > ap

[U-Boot] [PATCH] x86: qemu: Fix build warnings with CONFIG_DISTRO_DEFAULTS=n

2019-08-14 Thread Bin Meng
Use DISTRO_BOOTENV to decouple BOOTENV from CONFIG_DISTRO_DEFAULTS. Reported-by: Heinrich Schuchardt Signed-off-by: Bin Meng --- include/configs/x86-common.h | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/include/configs/x86-common.h b/include/configs/x86-commo