[U-Boot] [PATCH] configs: ls1012ardb: Add CONFIG_ENV_ADDR for LS1012ARDB

18 Sep
2019
18 Sep
'19
7:35 a.m.
The configuration helps in picking the environment from flash before DDR init.
Signed-off-by: Ashish Kumar Ashish.Kumar@nxp.com Signed-off-by: Kuldeep Singh kuldeep.singh@nxp.com --- include/configs/ls1012ardb.h | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h index f6640fa499..a5e27404f8 100644 --- a/include/configs/ls1012ardb.h +++ b/include/configs/ls1012ardb.h @@ -17,6 +17,10 @@ #define CONFIG_SYS_MEMTEST_END 0x9fffffff
+/* ENV */ +#define CONFIG_SYS_FSL_QSPI_BASE 0x40000000 +#define CONFIG_ENV_ADDR (CONFIG_SYS_FSL_QSPI_BASE + \ + CONFIG_ENV_OFFSET) /* * I2C IO expander */
--
2.17.1
2061
Age (days ago)
2061
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kuldeep Singh