diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-10-31 15:52:20 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-11-07 09:16:56 +0100 |
commit | be942f2e0dca3065ba530555bb6860dafd60ba16 (patch) | |
tree | 1b8fe10621a742a764b79dfe76aee8d9513da539 /include/configs/sheep_rk3368.h | |
parent | c742043f742f56b6566456e91411cf00120096f2 (diff) | |
download | u-boot-be942f2e0dca3065ba530555bb6860dafd60ba16.tar.gz |
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.h | 1 |
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 |