]> Git Repo - u-boot.git/blobdiff - include/configs/pm9261.h
Convert CONFIG_SYS_MALLOC_LEN to Kconfig
[u-boot.git] / include / configs / pm9261.h
index c142cb127d6bf0197830841ee218b3d119eccfbe..62a2a8f6aa427866f6a9a0a5012638b975cf9a01 100644 (file)
 #error "Undefined memory device"
 #endif
 
-/*
- * Size of malloc() pool
- */
-#define CONFIG_SYS_MALLOC_LEN          \
-               ROUND(3 * CONFIG_ENV_SIZE + 128 * 1024, 0x1000)
-
 #define CONFIG_SYS_SDRAM_BASE  PHYS_SDRAM
 #define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_SYS_SDRAM_BASE + 16 * 1024 - \
                                GENERATED_GBL_DATA_SIZE)
This page took 0.026156 seconds and 4 git commands to generate.