summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManorit Chawdhry <m-chawdhry@ti.com>2023-07-25 10:39:18 +0300
committerTom Rini <trini@konsulko.com>2023-07-28 17:11:01 +0300
commit1e587054d4ea22be173bdba8aab7f124e6a0f790 (patch)
treeea57be93596f77f2e904756b1bd73f6728dfee4e
parent2a61447414aaaecac910a0c46cc44aee9ab5d2d0 (diff)
downloadu-boot-1e587054d4ea22be173bdba8aab7f124e6a0f790.tar.xz
configs: am62x: add SPL_MAX_SIZE back
This was regressed by the following commit and is required to build with additional configs enabled. Fixes: 14439cd71c1a ("configs: k3: make consistent bootcmd across all k3 socs") Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Tested-by: Nikhil M Jain <n-jain1@ti.com>
-rw-r--r--configs/am62x_evm_a53_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig
index de90663383..d55caabe22 100644
--- a/configs/am62x_evm_a53_defconfig
+++ b/configs/am62x_evm_a53_defconfig
@@ -30,6 +30,7 @@ CONFIG_SPL_LOAD_FIT=y
CONFIG_SPL_LOAD_FIT_ADDRESS=0x81000000
CONFIG_DISTRO_DEFAULTS=y
CONFIG_BOOTCOMMAND="run envboot; run distro_bootcmd;"
+CONFIG_SPL_MAX_SIZE=0x58000
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x80c80000
CONFIG_SPL_BSS_MAX_SIZE=0x80000