mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
rockchip: jaguar-rk3588: use default env size for Rockchip on MMC
The default env size is 0x8000 when building for Rockchip SoCs with support for environment stored in MMC. Jaguar hasn't entered mass production just yet, so it's a breaking change we can afford in the name of consistency. Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
parent
40b573e4f6
commit
67f87e215c
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ CONFIG_ARCH_ROCKCHIP=y
|
|||
CONFIG_SPL_GPIO=y
|
||||
CONFIG_SF_DEFAULT_SPEED=24000000
|
||||
CONFIG_SF_DEFAULT_MODE=0x2000
|
||||
CONFIG_ENV_SIZE=0x1f000
|
||||
CONFIG_DEFAULT_DEVICE_TREE="rockchip/rk3588-jaguar"
|
||||
CONFIG_ROCKCHIP_RK3588=y
|
||||
CONFIG_ROCKCHIP_BOOT_MODE_REG=0x0
|
||||
|
|
Loading…
Add table
Reference in a new issue