summaryrefslogtreecommitdiff
path: root/include/configs/rk3288_common.h
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2017-10-31 15:52:20 +0800
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-11-07 09:16:56 +0100
commitbe942f2e0dca3065ba530555bb6860dafd60ba16 (patch)
tree1b8fe10621a742a764b79dfe76aee8d9513da539 /include/configs/rk3288_common.h
parentc742043f742f56b6566456e91411cf00120096f2 (diff)
rockchip: config: use common CONFIG_ENV_SIZE for all SoCs
All Rockchip SoCs use 32KB as CONFIG_ENV_SIZE. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/rk3288_common.h')
-rw-r--r--include/configs/rk3288_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index 34f255847a..2b8f618f72 100644
--- a/include/configs/rk3288_common.h
+++ b/include/configs/rk3288_common.h
@@ -12,7 +12,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