diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-08 12:51:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-08 12:51:47 -0500 |
commit | 2f4c9de3d00b09f74eaf9598ea4edbbc4f99b62d (patch) | |
tree | 253415eae65bc1685bb8722dbd38b0697e7aa7b8 /include/configs/imx6_spl.h | |
parent | 5e2338079d4497fe87db60b791203e760493780c (diff) | |
parent | ca9d211e2c7801bc3e194d325ece0d3b583b32d2 (diff) |
Merge git://git.denx.de/u-boot-imx
Diffstat (limited to 'include/configs/imx6_spl.h')
-rw-r--r-- | include/configs/imx6_spl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/imx6_spl.h b/include/configs/imx6_spl.h index cdb3a374bc..dd481205f3 100644 --- a/include/configs/imx6_spl.h +++ b/include/configs/imx6_spl.h @@ -55,7 +55,8 @@ # endif #endif -#if defined(CONFIG_MX6SX) || defined(CONFIG_MX6UL) || defined(CONFIG_MX6SL) +#if defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || \ + defined(CONFIG_MX6UL) || defined(CONFIG_MX6ULL) #define CONFIG_SPL_BSS_START_ADDR 0x88200000 #define CONFIG_SPL_BSS_MAX_SIZE 0x100000 /* 1 MB */ #define CONFIG_SYS_SPL_MALLOC_START 0x88300000 |