diff options
author | Peng Fan <peng.fan@nxp.com> | 2016-03-16 15:17:12 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:04:43 +0800 |
commit | 7feb7fcd7ca2e5b6801c9dbee1fcbda1b706e1b6 (patch) | |
tree | 9321f240876c56ab5ba3d0e087328a1d5195f46f /configs/mx6qpsabresd_sata_defconfig | |
parent | 6857edadd10214c2fd32718eea3605b5bdd98c86 (diff) | |
download | u-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 'configs/mx6qpsabresd_sata_defconfig')
-rw-r--r-- | configs/mx6qpsabresd_sata_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6qpsabresd_sata_defconfig b/configs/mx6qpsabresd_sata_defconfig index 47bbdcf..87aec81 100644 --- a/configs/mx6qpsabresd_sata_defconfig +++ b/configs/mx6qpsabresd_sata_defconfig @@ -2,7 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_MX6SABRESD=y CONFIG_VIDEO=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6qp.cfg,MX6Q" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6qp.cfg,MX6QP" CONFIG_SATA_BOOT=y CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set |