From 4d2c572312ab9ed4ea2ee7ef1f7c384a0d8d05cf Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Mon, 19 Aug 2019 15:01:24 +0800 Subject: rockchip: Move config SYS_MALLOC_LEN to Kconfig Use Kconfig for option SYS_MALLOC_LEN and default to 0x2000000. Signed-off-by: Kever Yang --- include/configs/rk322x_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/rk322x_common.h') 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 */ -- cgit v1.2.3