From a14e4564ce922e2b98e16256e39f233fb539874c Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 18 Oct 2016 15:43:18 +0800 Subject: 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 (cherry picked from commit 4deeb82446def7ac7b74c6fec61cefe7893eae06) --- configs/mx6sll_lpddr2_arm2_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1