summaryrefslogtreecommitdiff
path: root/configs/phycore_am64x_a53_defconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-12-31 10:13:54 -0600
committerTom Rini <[email protected]>2025-12-31 11:51:14 -0600
commit101d0cc6812bd13a528b5ea0e5b020f388cd16f6 (patch)
tree250f500772803423bf195fb2b42a2fb27e9b1160 /configs/phycore_am64x_a53_defconfig
parentfd104bea0c9596d34d5ff9fb1071936b42c333e0 (diff)
parentdc1c7526b1cb64526601d81f70a87f57aeac1e9a (diff)
Merge patch series "configs: Remove default malloc length for K3 R5 SPL"
This series from Andrew Davis <[email protected]> makes a number of the TI K3 CONFIG symbols have consistent values in SPL, as they are things determined by the SoC and not the board design. Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'configs/phycore_am64x_a53_defconfig')
-rw-r--r--configs/phycore_am64x_a53_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/phycore_am64x_a53_defconfig b/configs/phycore_am64x_a53_defconfig
index 2e096415743..fcf61590c60 100644
--- a/configs/phycore_am64x_a53_defconfig
+++ b/configs/phycore_am64x_a53_defconfig
@@ -35,8 +35,6 @@ CONFIG_SPL_SPI=y
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set
CONFIG_EFI_CAPSULE_ON_DISK=y
CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y
-CONFIG_SPL_LOAD_FIT=y
-CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_BOOTSTD_FULL=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_BOOTCOMMAND="run start_watchdog; bootflow scan -lb; run ${boot}boot"