diff options
author | Ye Li <ye.li@nxp.com> | 2016-10-18 15:43:18 +0800 |
---|---|---|
committer | Robby Cai <robby.cai@nxp.com> | 2016-11-16 16:59:00 +0800 |
commit | a14e4564ce922e2b98e16256e39f233fb539874c (patch) | |
tree | 6e7eac6cd91ce5324065a3aac865010639ec74b8 | |
parent | d1e51f24fa8ea07c0554c02a1c4113c5d32e671a (diff) | |
download | u-boot-imx-a14e4564ce922e2b98e16256e39f233fb539874c.zip u-boot-imx-a14e4564ce922e2b98e16256e39f233fb539874c.tar.gz u-boot-imx-a14e4564ce922e2b98e16256e39f233fb539874c.tar.bz2 |
MLK-13360 mx6sll_arm2: Fix typo issue in mx6sll LPDDR2 ARM2 defconfig
Change the 'kONFIG' to 'CONFIG', otherwise will get build warning: unexpected data
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 4deeb82446def7ac7b74c6fec61cefe7893eae06)
-rw-r--r-- | configs/mx6sll_lpddr2_arm2_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6sll_lpddr2_arm2_defconfig b/configs/mx6sll_lpddr2_arm2_defconfig index cacb7b8..9793b5e 100644 --- a/configs/mx6sll_lpddr2_arm2_defconfig +++ b/configs/mx6sll_lpddr2_arm2_defconfig @@ -1,4 +1,4 @@ -kONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sll_arm2/imximage_lpddr2.cfg,LPDDR2" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sll_arm2/imximage_lpddr2.cfg,LPDDR2" CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_MX6SLL_ARM2=y |