summaryrefslogtreecommitdiff
path: root/configs/mx6slevk_epdc_defconfig
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2017-04-06 10:30:54 +0800
committerYe Li <ye.li@nxp.com>2017-04-06 10:30:54 +0800
commitb6fa97917c085fbbd22b16765afa6f68bdc4234d (patch)
treec26008dd9eff61ae269332481de18ec3ae2b8200 /configs/mx6slevk_epdc_defconfig
parentd459c153296ff16ec49f521713ffc899f301901a (diff)
downloadu-boot-imx-b6fa97917c085fbbd22b16765afa6f68bdc4234d.zip
u-boot-imx-b6fa97917c085fbbd22b16765afa6f68bdc4234d.tar.gz
u-boot-imx-b6fa97917c085fbbd22b16765afa6f68bdc4234d.tar.bz2
MLK-14628 epdc: Fix configs issue
In Kconfig, the CONFIG_MXC_EPDC depends on CONFIG_LCD. We can't only set the CONFIG_MXC_EPDC in defconfig and set CONFIG_LCD in header file. This will cause the both two configs are not selected. So in fact the epdc codes are not compiled. Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6slevk_epdc_defconfig')
-rw-r--r--configs/mx6slevk_epdc_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/mx6slevk_epdc_defconfig b/configs/mx6slevk_epdc_defconfig
index 5a8a3e0..845bc70 100644
--- a/configs/mx6slevk_epdc_defconfig
+++ b/configs/mx6slevk_epdc_defconfig
@@ -1,7 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_MX6=y
CONFIG_TARGET_MX6SLEVK=y
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg,MX6SL,SPLASH_SCREEN"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg,MX6SL"
CONFIG_BOOTDELAY=3
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
@@ -45,3 +45,5 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_REGULATOR_GPIO=y
CONFIG_DM_ETH=y
CONFIG_DM_USB=y
+CONFIG_LCD=y
+CONFIG_MXC_EPDC=y