diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-10-10 10:07:00 +0800 |
---|---|---|
committer | Robby Cai <robby.cai@nxp.com> | 2016-11-16 16:57:55 +0800 |
commit | 5525ce982f39b50465d7fbb7a1a2f7df9d2d15ec (patch) | |
tree | ca41a008ae582debe4b1c64a4f3f3c2ad357e594 | |
parent | a2fdd89cfb2b3e7c9925c51616541cf25c9414d6 (diff) | |
download | u-boot-imx-5525ce982f39b50465d7fbb7a1a2f7df9d2d15ec.zip u-boot-imx-5525ce982f39b50465d7fbb7a1a2f7df9d2d15ec.tar.gz u-boot-imx-5525ce982f39b50465d7fbb7a1a2f7df9d2d15ec.tar.bz2 |
MLK-13307-10 mx6_common: correct loadaddr and text base for i.MX6SLL
Correct loadaddr and text base for i.MX6SLL
Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit b62d502aba4682abfaa3c0a16018f1461a62f217)
-rw-r--r-- | include/configs/mx6_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index aa02617..fba99e5 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -63,7 +63,7 @@ defined(CONFIG_MX6DL)) && !defined(CONFIG_MX6SOLO) #define CONFIG_REVISION_TAG /* Boot options */ -#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || defined(CONFIG_MX6UL)) +#if (defined(CONFIG_MX6SX) || defined(CONFIG_MX6SL) || defined(CONFIG_MX6UL) || defined(CONFIG_MX6SLL)) #define CONFIG_LOADADDR 0x80800000 #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0x87800000 |