summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-03-16 15:17:12 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:43 +0800
commit7feb7fcd7ca2e5b6801c9dbee1fcbda1b706e1b6 (patch)
tree9321f240876c56ab5ba3d0e087328a1d5195f46f /include
parent6857edadd10214c2fd32718eea3605b5bdd98c86 (diff)
downloadu-boot-imx-7feb7fcd7ca2e5b6801c9dbee1fcbda1b706e1b6.zip
u-boot-imx-7feb7fcd7ca2e5b6801c9dbee1fcbda1b706e1b6.tar.gz
u-boot-imx-7feb7fcd7ca2e5b6801c9dbee1fcbda1b706e1b6.tar.bz2
MLK-12416-9: mx6qp: define CONFIG_MX6QP
Define CONFIG_MX6QP which will also set CONFIG_MX6Q, otherwise plugin code will use wrong ddr script. Signed-off-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 901d9eb01736ab54822678a197fe1aeb281a81b9)
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
index 13b36de..568f236 100644
--- a/include/configs/mx6_common.h
+++ b/include/configs/mx6_common.h
@@ -32,6 +32,10 @@ defined(CONFIG_MX6DL)) && !defined(CONFIG_MX6S)
#define CONFIG_BOARD_POSTCLK_INIT
#define CONFIG_MXC_GPT_HCLK
+#ifdef CONFIG_MX6QP
+#define CONFIG_MX6Q
+#endif
+
#ifdef CONFIG_MX6S
#define CONFIG_MX6DL
#endif