From 73984f1f8e25f91a6a4d66155ea038a4988715d5 Mon Sep 17 00:00:00 2001 From: Zhang Bo Date: Thu, 15 Mar 2018 16:43:51 +0800 Subject: [PATCH] MA-11546[Android] Cancel the undef CONFIG_MXC_GPIO for mek-8qm board 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 --- include/configs/imx8qm_mek_android_auto.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/imx8qm_mek_android_auto.h b/include/configs/imx8qm_mek_android_auto.h index 02c90960b0..48b648cf78 100644 --- a/include/configs/imx8qm_mek_android_auto.h +++ b/include/configs/imx8qm_mek_android_auto.h @@ -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 -- 2.17.1