summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2022-06-29 16:35:22 +0930
committerTom Rini <trini@konsulko.com>2022-07-06 14:32:00 -0400
commita16175350c3f1706c9bbfd8458c60ea6429034fc (patch)
treeb301e1b014723c91d3682052b7099587e7ae7a95 /common
parentf78a1f21171ce3d098053318b9238d38206ee595 (diff)
spl: Set SPL_MAX_SIZE default for AST2600
The AST2600 bootrom has a max size of 64KB. This can be overridden if the system is running the SPL from SPI NOR and not using secure boot. Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 3fd5644800..4851834f9b 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -82,6 +82,7 @@ config SPL_MAX_SIZE
default 0x7fa0 if SUNXI_SRAM_ADDRESS = 0x20000 && !MACH_SUN50I_H616
default 0x7000 if RCAR_GEN3
default 0x5fa0 if SUNXI_SRAM_ADDRESS = 0x0
+ default 0x10000 if ASPEED_AST2600
default 0x0
help
Maximum size of the SPL image (text, data, rodata, and linker lists