
20 May
2020
20 May
'20
12:50 p.m.
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Kuldeep Singh Sent: Tuesday, May 12, 2020 3:51 PM To: u-boot@lists.denx.de; Priyanka Jain priyanka.jain@nxp.com Cc: Kuldeep Singh kuldeep.singh@nxp.com Subject: [Patch v2] 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
Applied to u-boot-fsl-qoriq. Awaiting upstream.
Thanks Priyanka