diff options
author | Tom Rini <trini@konsulko.com> | 2022-04-08 13:36:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 13:36:51 -0400 |
commit | d46e86d25c2a504b3e2e4ab17d70b2f0be440f34 (patch) | |
tree | 0d66c84d42423b3d82dfc547ba3966c61dcf486e /configs/ls2088ardb_qspi_defconfig | |
parent | 909d2120e27964a9cfdc8d254cd8fa5a0e1345a7 (diff) | |
download | u-boot-d46e86d25c2a504b3e2e4ab17d70b2f0be440f34.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls2088ardb_qspi_defconfig')
-rw-r--r-- | configs/ls2088ardb_qspi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls2088ardb_qspi_defconfig b/configs/ls2088ardb_qspi_defconfig index 9636559c8bf..d58a8431df5 100644 --- a/configs/ls2088ardb_qspi_defconfig +++ b/configs/ls2088ardb_qspi_defconfig @@ -16,6 +16,7 @@ CONFIG_VOL_MONITOR_IR36021_READ=y CONFIG_VOL_MONITOR_IR36021_SET=y CONFIG_FSL_LS_PPA=y CONFIG_QSPI_AHB_INIT=y +CONFIG_ENV_ADDR=0x20300000 CONFIG_AHCI=y # CONFIG_SYS_MALLOC_F is not set CONFIG_REMAKE_ELF=y @@ -45,7 +46,6 @@ CONFIG_CMD_CACHE=y CONFIG_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=y -CONFIG_ENV_ADDR=0x20300000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_USE_ETHPRIME=y CONFIG_ETHPRIME="DPMAC1@xgmii" |