configs: ls1046a: Define ENV_ADDR value
authorKuldeep Singh <kuldeep.singh@nxp.com>
Tue, 12 May 2020 09:09:46 +0000 (14:39 +0530)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 19 May 2020 03:52:06 +0000 (09:22 +0530)
commitfa4d6a2a23fd86a543027a864bedbcd752fc7345
treee892a42207186c0347f639acba8bd182c37f2e0c
parent59071804c1ac1167716509d138296e228eaea692
configs: ls1046a: Define ENV_ADDR value

CONFIG_ENV_ADDR helps in picking environment from flash before DDR init.
The macro value is already defined in ls1046ardb_tfa_defconfig, also
define the value as 0x40300000 in qspi_defconfig.

ls1046aqds has one spansion flash "S25FL128S_64K" of size 16M with
sector size 64K. Correct ENV_ADDR and ENV_SECT_SIZE value for QSPI and
TFA defconfigs of the board.

Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
configs/ls1046aqds_qspi_defconfig
configs/ls1046aqds_tfa_defconfig
configs/ls1046ardb_qspi_defconfig