diff options
author | Manorit Chawdhry <m-chawdhry@ti.com> | 2023-07-25 13:09:18 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-07-28 10:11:01 -0400 |
commit | 1e587054d4ea22be173bdba8aab7f124e6a0f790 (patch) | |
tree | ea57be93596f77f2e904756b1bd73f6728dfee4e | |
parent | 2a61447414aaaecac910a0c46cc44aee9ab5d2d0 (diff) | |
download | u-boot-1e587054d4ea22be173bdba8aab7f124e6a0f790.zip u-boot-1e587054d4ea22be173bdba8aab7f124e6a0f790.tar.gz u-boot-1e587054d4ea22be173bdba8aab7f124e6a0f790.tar.bz2 |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62x_evm_a53_defconfig b/configs/am62x_evm_a53_defconfig index de90663..d55caab 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 |