]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
armv8: ls1046afrwy: Define CONFIG_ENV_ADDR for QSPI Boot
authorAlison Wang <alison.wang@nxp.com>
Mon, 22 Jul 2019 07:17:21 +0000 (07:17 +0000)
committerPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Thu, 22 Aug 2019 03:37:36 +0000 (09:07 +0530)
Defines CONFIG_ENV_ADDR for QSPI Boot which specifies the start
address of the flash sector containing the environment. It fixes
the issue that bootcmd is always set as default at bootup.

Signed-off-by: Alison Wang <alison.wang@nxp.com>
Reviewed-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
include/configs/ls1046afrwy.h

index 791bb8dc47f39db5709a3bbbef61a4c578022d38..8609ebfecc14cc531c27c21d97230134e94ddb43 100644 (file)
 #define CONFIG_ENV_SIZE                        0x2000          /* 8KB */
 #define CONFIG_ENV_OFFSET              0x500000        /* 5MB */
 #define CONFIG_ENV_SECT_SIZE           0x40000         /* 256KB */
+#define CONFIG_SYS_FSL_QSPI_BASE       0x40000000
+#define CONFIG_ENV_ADDR                        (CONFIG_SYS_FSL_QSPI_BASE + \
+                                        CONFIG_ENV_OFFSET)
 
 /* FMan */
 #ifdef CONFIG_SYS_DPAA_FMAN