[PATCH 08/22] x86: Drop unused distro settings
Simon Glass
sjg at chromium.org
Mon Jul 31 05:01:51 CEST 2023
No x86 board uses distro boot, so drop these settings.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list