
31 Jul
2023
31 Jul
'23
5:01 a.m.
No x86 board uses distro boot, so drop these settings.
Signed-off-by: Simon Glass sjg@chromium.org ---
include/configs/x86-common.h | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index e05f667d7226..8bd0716c08d2 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -20,18 +20,11 @@ #define CFG_OTHBOOTARGS "othbootargs=acpi=off\0" #endif
-#if defined(CONFIG_DISTRO_DEFAULTS) -#define DISTRO_BOOTENV BOOTENV -#else -#define DISTRO_BOOTENV -#endif - #ifndef SPLASH_SETTINGS #define SPLASH_SETTINGS #endif
#define CFG_EXTRA_ENV_SETTINGS \ - DISTRO_BOOTENV \ CFG_STD_DEVICES_SETTINGS \ SPLASH_SETTINGS \ "pciconfighost=1\0" \
--
2.41.0.487.g6d72f3e995-goog