From 4deeb82446def7ac7b74c6fec61cefe7893eae06 Mon Sep 17 00:00:00 2001
From: Ye Li <ye.li@nxp.com>
Date: Tue, 18 Oct 2016 15:43:18 +0800
Subject: [PATCH] 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>
---
 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 cacb7b89c8..9793b5effb 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
-- 
GitLab