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/rk3399_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/rk3399_common.h') diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index 12ad60d443..a5e69b26ad 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -8,7 +8,6 @@ #include "rockchip-common.h" -#define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SKIP_LOWLEVEL_INIT -- cgit v1.2.3