aboutsummaryrefslogtreecommitdiff
path: root/board/theobroma-systems
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2021-02-19 01:30:02 +0100
committerKever Yang <kever.yang@rock-chips.com>2021-03-30 16:53:00 +0800
commit8a5a88308dd485f9203d7b5a38a75202e9f29853 (patch)
treed0fab69819b928383dcad5f95c92411774d3f4d3 /board/theobroma-systems
parent1621afc84f8a109cfdb98c9e370c355289e07870 (diff)
downloadu-boot-8a5a88308dd485f9203d7b5a38a75202e9f29853.zip
u-boot-8a5a88308dd485f9203d7b5a38a75202e9f29853.tar.gz
u-boot-8a5a88308dd485f9203d7b5a38a75202e9f29853.tar.bz2
rockchip: rk3399-puma: Increase environment size to 16 kiB.
On Puma we have the environment at an offset of 16 kiB. On the eMMC this gives us 16 kiB for the environment before the SPL starts. On the SPI NOR we also have 16 kiB until end of flash. So let's increase the environment size from 8 kiB to its maximum of 16 kiB for both MMC and SPI NOR. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com> Reviewed-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'board/theobroma-systems')
-rw-r--r--board/theobroma-systems/puma_rk3399/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/theobroma-systems/puma_rk3399/Kconfig b/board/theobroma-systems/puma_rk3399/Kconfig
index e82623a..21946d9 100644
--- a/board/theobroma-systems/puma_rk3399/Kconfig
+++ b/board/theobroma-systems/puma_rk3399/Kconfig
@@ -13,7 +13,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
config ENV_SIZE
- default 0x2000
+ default 0x4000
config ENV_OFFSET
default 0x3fc000 if ENV_IS_IN_SPI_FLASH