diff options
author | Kuldeep Singh <kuldeep.singh@nxp.com> | 2020-02-11 14:56:42 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-05-19 09:22:05 +0530 |
commit | 59071804c1ac1167716509d138296e228eaea692 (patch) | |
tree | 81553e055d7900ea4ff5831217ea7b855981377a /configs/ls2088aqds_tfa_defconfig | |
parent | d06fa06e091df6ea31d24e8f5bfe75e2edd857d2 (diff) | |
download | u-boot-59071804c1ac1167716509d138296e228eaea692.tar.gz u-boot-59071804c1ac1167716509d138296e228eaea692.tar.xz u-boot-59071804c1ac1167716509d138296e228eaea692.zip |
configs: ls2080a: Correct ENV_ADDR value
CONFIG_ENV_ADDR helps in picking environment from flash before DDR init.
QSPI region in LS2088ARDB and LS2088AQDS starts from 0x20000000 offset.
Correct the config value i.e 0x80500000 -> 0x20500000.
Also, define config value as 0x20300000 in qspi defconfig.
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/ls2088aqds_tfa_defconfig')
-rw-r--r-- | configs/ls2088aqds_tfa_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ls2088aqds_tfa_defconfig b/configs/ls2088aqds_tfa_defconfig index 7c7bb345e1..4d8b0119ec 100644 --- a/configs/ls2088aqds_tfa_defconfig +++ b/configs/ls2088aqds_tfa_defconfig @@ -37,7 +37,7 @@ CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-qds" CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_IS_IN_MMC=y CONFIG_ENV_IS_IN_SPI_FLASH=y -CONFIG_ENV_ADDR=0x80500000 +CONFIG_ENV_ADDR=0x20500000 CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y CONFIG_SATA_CEVA=y |