summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Ethridge <[email protected]>2026-08-10 08:21:38 -0400
committerTom Rini <[email protected]>2026-08-20 10:03:23 -0600
commit0fe8d8389a366ed3a368be8f508b766a0bee73ba (patch)
treee5b1d39e18020d5c093d5765f8c2839a77b79aba
parent5c8c261ffce995bc5b7edcf958630903eeab4207 (diff)
configs: adi: sc594: disable CONFIG_EFI_LOADER
The SC594 boards do not use UEFI support, CONFIG_EFI_LOADER brings in unused code. Disable CONFIG_EFI_LOADER for the sc594-som-ezkit and sc594-som-ezlite defconfigs. Signed-off-by: Caleb Ethridge <[email protected]>
-rw-r--r--configs/sc594-som-ezkit-spl_defconfig1
-rw-r--r--configs/sc594-som-ezlite-spl_defconfig2
2 files changed, 2 insertions, 1 deletions
diff --git a/configs/sc594-som-ezkit-spl_defconfig b/configs/sc594-som-ezkit-spl_defconfig
index 4f8be110ee4..dec454d6472 100644
--- a/configs/sc594-som-ezkit-spl_defconfig
+++ b/configs/sc594-som-ezkit-spl_defconfig
@@ -12,6 +12,7 @@ CONFIG_SC59X=y
CONFIG_TARGET_SC594_SOM_EZKIT=y
CONFIG_SYS_LOAD_ADDR=0xA2000000
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+# CONFIG_EFI_LOADER is not set
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_LEGACY_IMAGE_FORMAT=y
diff --git a/configs/sc594-som-ezlite-spl_defconfig b/configs/sc594-som-ezlite-spl_defconfig
index c045c67569b..9571c521176 100644
--- a/configs/sc594-som-ezlite-spl_defconfig
+++ b/configs/sc594-som-ezlite-spl_defconfig
@@ -15,6 +15,7 @@ CONFIG_CDU0_CLKO10=5
CONFIG_SF_DEFAULT_BUS=0
CONFIG_SF_DEFAULT_CS=0
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
+# CONFIG_EFI_LOADER is not set
CONFIG_FIT=y
CONFIG_FIT_SIGNATURE=y
CONFIG_LEGACY_IMAGE_FORMAT=y
@@ -83,4 +84,3 @@ CONFIG_USB=y
CONFIG_USB_DWC2=y
CONFIG_USB_STORAGE=y
# CONFIG_SPL_CRC8 is not set
-# CONFIG_TOOLS_MKEFICAPSULE is not set