diff options
Diffstat (limited to 'include/configs/am64x_evm.h')
-rw-r--r-- | include/configs/am64x_evm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/am64x_evm.h b/include/configs/am64x_evm.h index 135cb3c2ee..d84a8db97e 100644 --- a/include/configs/am64x_evm.h +++ b/include/configs/am64x_evm.h @@ -24,8 +24,7 @@ #define CONFIG_SPL_MAX_SIZE CONFIG_SYS_K3_MAX_DOWNLODABLE_IMAGE_SIZE #if defined(CONFIG_TARGET_AM642_A53_EVM) -#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SPL_TEXT_BASE + \ - CONFIG_SYS_K3_NON_SECURE_MSRAM_SIZE - 4) +#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SPL_TEXT_BASE + SZ_4M) #else /* * Maximum size in memory allocated to the SPL BSS. Keep it as tight as |