Convert CONFIG_SYS_SPL_MALLOC_SIZE et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / am64x_evm.h
index b8a25e9..6da11b8 100644 (file)
 /* DDR Configuration */
 #define CONFIG_SYS_SDRAM_BASE1         0x880000000
 
-#if !defined(CONFIG_TARGET_AM642_A53_EVM)
-/* Set the stack right below the SPL BSS section */
-/* Configure R5 SPL post-relocation malloc pool in DDR */
-#define CONFIG_SYS_SPL_MALLOC_START    0x84000000
-#define CONFIG_SYS_SPL_MALLOC_SIZE     SZ_16M
-#endif
-
 #define PARTS_DEFAULT \
        /* Linux partitions */ \
        "name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}\0"