summaryrefslogtreecommitdiffstats
path: root/configs/am65x_hs_evm_r5_defconfig
diff options
context:
space:
mode:
authorAndreas Dannenberg <dannenberg@ti.com>2019-06-04 17:55:49 -0500
committerTom Rini <trini@konsulko.com>2019-07-17 11:12:54 -0400
commitb3b1ed4bca0130c7c4de01948b1df2affa589444 (patch)
treed28c464aacec7f9fa3805095b8560b3cb65e2ef9 /configs/am65x_hs_evm_r5_defconfig
parent0c45dfadec2bd736821e69f9822af8ecbd052a2f (diff)
downloadu-boot-b3b1ed4bca0130c7c4de01948b1df2affa589444.tar.gz
u-boot-b3b1ed4bca0130c7c4de01948b1df2affa589444.tar.xz
u-boot-b3b1ed4bca0130c7c4de01948b1df2affa589444.zip
armv7R: K3: am654: Use full malloc implementation in SPL
Switch to using the full malloc scheme in post-relocation SPL to allow better utilization of available memory for example by allowing memory to get freed. Initially allocate a 16MB-sized region in DDR starting at address 0x84000000 for this purpose. Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Diffstat (limited to 'configs/am65x_hs_evm_r5_defconfig')
-rw-r--r--configs/am65x_hs_evm_r5_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/am65x_hs_evm_r5_defconfig b/configs/am65x_hs_evm_r5_defconfig
index 0b12f15782..49eca7de64 100644
--- a/configs/am65x_hs_evm_r5_defconfig
+++ b/configs/am65x_hs_evm_r5_defconfig
@@ -20,7 +20,6 @@ CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
CONFIG_USE_BOOTCOMMAND=y
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL_TEXT_BASE=0x41c00000
-CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_STACK_R=y
CONFIG_SPL_SEPARATE_BSS=y
CONFIG_SPL_I2C_SUPPORT=y