aboutsummaryrefslogtreecommitdiff
path: root/include/configs/sheep_rk3368.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/sheep_rk3368.h
parentc742043f742f56b6566456e91411cf00120096f2 (diff)
downloadu-boot-be942f2e0dca3065ba530555bb6860dafd60ba16.zip
u-boot-be942f2e0dca3065ba530555bb6860dafd60ba16.tar.gz
u-boot-be942f2e0dca3065ba530555bb6860dafd60ba16.tar.bz2
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 eac9755..4eb4fb0 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