mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
rockchip: puma-rk3399: remove unused default ENV_OFFSET for SPI flashes
CONFIG_ENV_OFFSET is set in the defconfig to a different value already so this isn't used. Let's remove it as to not confuse users. Cc: Quentin Schulz <foss+uboot@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
e936e0ec58
commit
ba086c6260
1 changed files with 0 additions and 3 deletions
|
@ -15,9 +15,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
|||
config ENV_SIZE
|
||||
default 0x4000
|
||||
|
||||
config ENV_OFFSET
|
||||
default 0x3fc000 if ENV_IS_IN_SPI_FLASH
|
||||
|
||||
choice
|
||||
prompt "Theobroma Systems RK3399-Q7 DDR Option"
|
||||
default TARGET_PUMA_RK3399_RAM_DDR3_1333
|
||||
|
|
Loading…
Reference in a new issue