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/rk3188_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/rk3188_common.h') diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h index 44e8d0ccd2..3bcc04808a 100644 --- a/include/configs/rk3188_common.h +++ b/include/configs/rk3188_common.h @@ -12,7 +12,6 @@ #include "rockchip-common.h" #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY -#define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_CBSIZE 1024 #ifdef CONFIG_SPL_ROCKCHIP_BACK_TO_BROM -- cgit v1.2.3