MA-11546[Android] Cancel the undef CONFIG_MXC_GPIO for mek-8qm board
authorZhang Bo <bo.zhang@nxp.com>
Thu, 15 Mar 2018 08:43:51 +0000 (16:43 +0800)
committerLuo Ji <ji.luo@nxp.com>
Wed, 28 Mar 2018 02:43:01 +0000 (10:43 +0800)
This macro CONFIG_MXC_GPIO enable GPIO setting(board_gpio_init).
The GPIO init enable LVDS function by set GPIO pin. The Linux kernel does
not set such pin again. The display cannot be normal if we undef such macro.

Change-Id: I32cbbc5971eaf32a1ab9f2e300ffa61cb40f2485
Signed-off-by: Zhang Bo <bo.zhang@nxp.com>
include/configs/imx8qm_mek_android_auto.h

index 02c9096..48b648c 100644 (file)
@@ -62,7 +62,6 @@
 #define CONFIG_FASTBOOT_BUF_SIZE   0x19000000
 
 /* Undefine some macros to save boot time */
-#undef CONFIG_MXC_GPIO
 #undef CONFIG_FEC_MXC
 #undef CONFIG_USB_HOST_ETHER
 #undef CONFIG_ARCH_MISC_INIT