diff options
author | Tom Rini | 2019-10-23 07:55:20 -0400 |
---|---|---|
committer | Tom Rini | 2019-10-23 07:55:20 -0400 |
commit | 0e0b303a67fed4e3830ee32c38033e83a3d7cc8f (patch) | |
tree | ddf8f3dc92b5b28807270627bc48ad2d27c58293 /include | |
parent | 44510daea4d07fee736dd90411c4b503340b449e (diff) | |
parent | d20f184ce3a012ab2c0abe4792bc130c238fa5b0 (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- Add LS1027A, LS1018A, LS1017A support
- Few updates related to usb, ls1012a, lx2160a
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls1012afrwy.h | 5 | ||||
-rw-r--r-- | include/configs/ls1012ardb.h | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/ls1012afrwy.h b/include/configs/ls1012afrwy.h index 77aa22bfdee..1b0f1566d3e 100644 --- a/include/configs/ls1012afrwy.h +++ b/include/configs/ls1012afrwy.h @@ -23,6 +23,11 @@ #define CONFIG_SYS_MEMTEST_START 0x80000000 #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) + #ifndef CONFIG_SPL_BUILD #undef BOOT_TARGET_DEVICES #define BOOT_TARGET_DEVICES(func) \ diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h index f6640fa4994..a5e27404f86 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 */ |