From be942f2e0dca3065ba530555bb6860dafd60ba16 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Tue, 31 Oct 2017 15:52:20 +0800 Subject: rockchip: config: use common CONFIG_ENV_SIZE for all SoCs All Rockchip SoCs use 32KB as CONFIG_ENV_SIZE. Signed-off-by: Kever Yang Acked-by: Philipp Tomsich Reviewed-by: Philipp Tomsich --- 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 5e462346be..cfa5364710 100644 --- a/include/configs/rk3188_common.h +++ b/include/configs/rk3188_common.h @@ -14,7 +14,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY #define CONFIG_NR_DRAM_BANKS 1 -#define CONFIG_ENV_SIZE 0x2000 #define CONFIG_SYS_MALLOC_LEN (32 << 20) #define CONFIG_SYS_CBSIZE 1024 -- cgit v1.2.3