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/ls1088aqds_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/ls1088aqds_qspi_defconfig')
-rw-r--r-- | configs/ls1088aqds_qspi_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls1088aqds_qspi_defconfig b/configs/ls1088aqds_qspi_defconfig index 9f9f23f825..eb3e51343e 100644 --- a/configs/ls1088aqds_qspi_defconfig +++ b/configs/ls1088aqds_qspi_defconfig @@ -18,6 +18,7 @@ CONFIG_VOL_MONITOR_LTC3882_SET=y CONFIG_FSL_QIXIS=y CONFIG_FSL_LS_PPA=y CONFIG_QSPI_AHB_INIT=y +CONFIG_ENV_ADDR=0x20300000 CONFIG_AHCI=y CONFIG_SYS_MEMTEST_START=0x80000000 CONFIG_SYS_MEMTEST_END=0x9fffffff @@ -50,7 +51,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_USE_ETHPRIME=y CONFIG_ETHPRIME="DPMAC1@xgmii" CONFIG_NET_RANDOM_ETHADDR=y |