summaryrefslogtreecommitdiff
path: root/configs/am67a_beagley_ai_a53_defconfig
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2025-12-08 13:06:35 -0600
committerTom Rini <trini@konsulko.com>2025-12-31 10:13:01 -0600
commitdc1c7526b1cb64526601d81f70a87f57aeac1e9a (patch)
treee25906c1ba55e1f8d326aefd764bba28c55f9ff4 /configs/am67a_beagley_ai_a53_defconfig
parent6de07498790d8af3073be3a73dff918e410cff66 (diff)
spl: Kconfig: k3: Set common default for SPL_LOAD_FIT(_ADDRESS)
These are common for all K3 based boards. Add the common values as defaults and remove from each board defconfig Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Bryan Brattlof <bb@ti.com>
Diffstat (limited to 'configs/am67a_beagley_ai_a53_defconfig')
-rw-r--r--configs/am67a_beagley_ai_a53_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/am67a_beagley_ai_a53_defconfig b/configs/am67a_beagley_ai_a53_defconfig
index 2fc5d904fbf..db6a2ed4514 100644
--- a/configs/am67a_beagley_ai_a53_defconfig
+++ b/configs/am67a_beagley_ai_a53_defconfig
@@ -24,8 +24,6 @@ CONFIG_SPL_STACK_R=y
CONFIG_SPL_FS_FAT=y
CONFIG_SPL_LIBDISK_SUPPORT=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
-CONFIG_SPL_LOAD_FIT=y
-CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_BOOTSTD_FULL=y
CONFIG_AUTOBOOT_KEYED=y
CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"