summaryrefslogtreecommitdiff
path: root/include/configs/rk322x_common.h
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-08-19 10:01:24 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-08-23 10:27:40 +0300
commit4d2c572312ab9ed4ea2ee7ef1f7c384a0d8d05cf (patch)
tree43c47278943d808ce70ac3de75dcc60e147378d2 /include/configs/rk322x_common.h
parent08bbe44424ceb9b356882a0952c24fd28c76c889 (diff)
downloadu-boot-4d2c572312ab9ed4ea2ee7ef1f7c384a0d8d05cf.tar.xz
rockchip: Move config SYS_MALLOC_LEN to Kconfig
Use Kconfig for option SYS_MALLOC_LEN and default to 0x2000000. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include/configs/rk322x_common.h')
-rw-r--r--include/configs/rk322x_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk322x_common.h b/include/configs/rk322x_common.h
index f2fb7e07b9..7e0c831174 100644
--- a/include/configs/rk322x_common.h
+++ b/include/configs/rk322x_common.h
@@ -9,7 +9,6 @@
#include "rockchip-common.h"
#define CONFIG_SKIP_LOWLEVEL_INIT
-#define CONFIG_SYS_MALLOC_LEN (32 << 20)
#define CONFIG_SYS_CBSIZE 1024
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */