diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-07-20 19:28:34 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-08-02 11:05:09 +0200 |
commit | 6f4b65eda919a81a02e6acb769060bb8fb121d89 (patch) | |
tree | 4f852d5748dfb62eaf8d7fd5e165e72316cf46ca /include/configs/imx6_spl.h | |
parent | a462c346025167ce781dd379e55e4058ecab36b3 (diff) | |
download | u-boot-6f4b65eda919a81a02e6acb769060bb8fb121d89.tar.gz |
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>
Diffstat (limited to 'include/configs/imx6_spl.h')
-rw-r--r-- | include/configs/imx6_spl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h index 21c5dce097..0a585b700b 100644 --- a/include/configs/imx6_spl.h +++ b/include/configs/imx6_spl.h @@ -61,7 +61,7 @@ #define CONFIG_SPL_LIBDISK_SUPPORT #endif -#if defined(CONFIG_MX6SX) +#if defined(CONFIG_MX6SX) || defined(CONFIG_MX6UL) #define CONFIG_SPL_BSS_START_ADDR 0x88200000 #define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */ #define CONFIG_SYS_SPL_MALLOC_START 0x88300000 |