summaryrefslogtreecommitdiff
path: root/board/freescale
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-02-24 17:20:08 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:39 +0800
commite974006f6ad9f40cb380f0790028ee161ed7c0b4 (patch)
tree22a66995050369dae61a4ada5e3b25f975f48c65 /board/freescale
parentb93aa92e4f8cde26c3a14d860b2d29912c8029d8 (diff)
downloadu-boot-imx-e974006f6ad9f40cb380f0790028ee161ed7c0b4.zip
u-boot-imx-e974006f6ad9f40cb380f0790028ee161ed7c0b4.tar.gz
u-boot-imx-e974006f6ad9f40cb380f0790028ee161ed7c0b4.tar.bz2
MLK-14261-1 mx6solo: Rename the CONFIG_MX6SOLO to CONFIG_MX6S
Since there is already CONFIG_MX6S used for i.MX6 SOLO in u-boot codes, we don't need to add new CONFIG_MX6SOLO. Rename the existing CONFIG_MX6SOLO to CONFIG_MX6S. Additional, for CONFIG_MX6S, we should select CONFIG_MX6DL. The major difference for these two chips are core number and DDR controller. So all duallite relevant definitions can apply to solo. User can combine the two configs if any code only apply to solo or duallite. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'board/freescale')
-rw-r--r--board/freescale/mx6qsabreauto/plugin.S2
-rw-r--r--board/freescale/mx6sabresd/plugin.S2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/mx6qsabreauto/plugin.S b/board/freescale/mx6qsabreauto/plugin.S
index 30e1948..443e6e2 100644
--- a/board/freescale/mx6qsabreauto/plugin.S
+++ b/board/freescale/mx6qsabreauto/plugin.S
@@ -650,7 +650,7 @@
.endm
.macro imx6_ddr_setting
-#if defined (CONFIG_MX6SOLO)
+#if defined (CONFIG_MX6S)
imx6solosabreauto_ddr_setting
#elif defined (CONFIG_MX6DL)
imx6dlsabreauto_ddr_setting
diff --git a/board/freescale/mx6sabresd/plugin.S b/board/freescale/mx6sabresd/plugin.S
index a45487f..cf820bb 100644
--- a/board/freescale/mx6sabresd/plugin.S
+++ b/board/freescale/mx6sabresd/plugin.S
@@ -664,7 +664,7 @@
.endm
.macro imx6_ddr_setting
-#if defined (CONFIG_MX6SOLO)
+#if defined (CONFIG_MX6S)
imx6solosabresd_ddr_setting
#elif defined (CONFIG_MX6DL)
imx6dlsabresd_ddr_setting