mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
1621afc84f
commit
8a5a88308d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue