summaryrefslogtreecommitdiff
path: root/include/configs/sheep_rk3368.h
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2017-10-31 10:52:20 +0300
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-11-07 11:16:56 +0300
commitbe942f2e0dca3065ba530555bb6860dafd60ba16 (patch)
tree1b8fe10621a742a764b79dfe76aee8d9513da539 /include/configs/sheep_rk3368.h
parentc742043f742f56b6566456e91411cf00120096f2 (diff)
downloadu-boot-be942f2e0dca3065ba530555bb6860dafd60ba16.tar.xz
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/sheep_rk3368.h')
-rw-r--r--include/configs/sheep_rk3368.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sheep_rk3368.h b/include/configs/sheep_rk3368.h
index eac9755bba..4eb4fb0e2f 100644
--- a/include/configs/sheep_rk3368.h
+++ b/include/configs/sheep_rk3368.h
@@ -13,7 +13,6 @@
#define KERNEL_LOAD_ADDR 0x280000
#define DTB_LOAD_ADDR 0x5600000
#define INITRD_LOAD_ADDR 0x5bf0000
-#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_CONSOLE_SCROLL_LINES 10