mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 12:31:17 +02:00
configs: ls1012ardb: Add CONFIG_ENV_ADDR
CONFIG_ENV_ADDR config option enables 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> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
committed by
Priyanka Jain
parent
6ed6952383
commit
60b0055ba5
@@ -17,6 +17,10 @@
|
|||||||
#define CONFIG_SYS_MEMTEST_END 0x9fffffff
|
#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
|
* I2C IO expander
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user