diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-06-17 16:46:46 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-06-17 17:49:07 +0800 |
commit | 6fa4352eaacc8283d5c66539cb94256996ff5b1a (patch) | |
tree | e9e74fc633762e70afeebc7c5bf42d7d379cd6d4 /configs/mx6qpsabreauto_nand_defconfig | |
parent | 50198ddbb3f8b34f9d4fc881a34dcd1715b1d61d (diff) | |
download | u-boot-imx-6fa4352eaacc8283d5c66539cb94256996ff5b1a.zip u-boot-imx-6fa4352eaacc8283d5c66539cb94256996ff5b1a.tar.gz u-boot-imx-6fa4352eaacc8283d5c66539cb94256996ff5b1a.tar.bz2 |
MLK-11121 imx: mx6qpsabreauto use correct cfg file
IPU on/ L2 on --> nand fail
IPU close/ L2 on --> nand ok
IPU on/ L2 close --> nand ok
This problem is because mx6qp.cfg should be used for mx6qpsabreauto, but
not imximage.cfg which is for mx6qsabreauto.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'configs/mx6qpsabreauto_nand_defconfig')
-rw-r--r-- | configs/mx6qpsabreauto_nand_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6qpsabreauto_nand_defconfig b/configs/mx6qpsabreauto_nand_defconfig index 7c890a3..36fc50f 100644 --- a/configs/mx6qpsabreauto_nand_defconfig +++ b/configs/mx6qpsabreauto_nand_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/imximage.cfg,MX6QP,SYS_BOOT_NAND" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/mx6qp.cfg,MX6QP,SYS_BOOT_NAND" CONFIG_ARM=y CONFIG_TARGET_MX6QSABREAUTO=y CONFIG_SYS_MALLOC_F=y |