summaryrefslogtreecommitdiff
path: root/include/configs/rk322x_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/rk322x_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/rk322x_common.h')
-rw-r--r--include/configs/rk322x_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rk322x_common.h b/include/configs/rk322x_common.h
index fa9abc0a56..b22169d163 100644
--- a/include/configs/rk322x_common.h
+++ b/include/configs/rk322x_common.h
@@ -10,7 +10,6 @@
#include "rockchip-common.h"
#define CONFIG_SKIP_LOWLEVEL_INIT
-#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
#define CONFIG_SYS_CBSIZE 1024
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */