summaryrefslogtreecommitdiff
path: root/configs/ls2088ardb_qspi_defconfig
diff options
context:
space:
mode:
authorKuldeep Singh <kuldeep.singh@nxp.com>2020-02-11 14:56:42 +0530
committerPriyanka Jain <priyanka.jain@nxp.com>2020-05-19 09:22:05 +0530
commit59071804c1ac1167716509d138296e228eaea692 (patch)
tree81553e055d7900ea4ff5831217ea7b855981377a /configs/ls2088ardb_qspi_defconfig
parentd06fa06e091df6ea31d24e8f5bfe75e2edd857d2 (diff)
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/ls2088ardb_qspi_defconfig')
-rw-r--r--configs/ls2088ardb_qspi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2088ardb_qspi_defconfig b/configs/ls2088ardb_qspi_defconfig
index d312cc9628..f2eb8d765a 100644
--- a/configs/ls2088ardb_qspi_defconfig
+++ b/configs/ls2088ardb_qspi_defconfig
@@ -32,6 +32,7 @@ CONFIG_MP=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2088a-rdb-qspi"
CONFIG_ENV_IS_IN_SPI_FLASH=y
+CONFIG_ENV_ADDR=0x20300000
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_DM=y