Commit 6f4b65eda919a81a02e6acb769060bb8fb121d89
Committed by
Stefano Babic
1 parent
a462c34602
Exists in
v2017.01-smarct4x
and in
33 other branches
imx: imx6_spl add mx6ul support
i.MX6UL's DRAM space starts from 0x80000000, same to i.MX6SX, so use same address with i.MX6SX. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
include/configs/imx6_spl.h
| ... | ... | @@ -61,7 +61,7 @@ |
| 61 | 61 | #define CONFIG_SPL_LIBDISK_SUPPORT |
| 62 | 62 | #endif |
| 63 | 63 | |
| 64 | -#if defined(CONFIG_MX6SX) | |
| 64 | +#if defined(CONFIG_MX6SX) || defined(CONFIG_MX6UL) | |
| 65 | 65 | #define CONFIG_SPL_BSS_START_ADDR 0x88200000 |
| 66 | 66 | #define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */ |
| 67 | 67 | #define CONFIG_SYS_SPL_MALLOC_START 0x88300000 |