summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhang sanshan <sanshan.zhang@nxp.com>2018-10-11 10:07:20 +0800
committerzhang sanshan <sanshan.zhang@nxp.com>2018-10-12 10:04:32 +0800
commitc66bb808116f24c9f8f95db974b62046d9a9e0ba (patch)
tree00b86c3505ed7cf6030af0d324f6a602299c919c
parent80eba9ab06d055b1db4f0d07391e7137b02d4b7a (diff)
MA-13050-5 [Android] support evs on mek-8qxp board
camera sometime can't been open once run M4 image. ISI-CH0 probe funtion is not called when meet issue. The root cause is: M4 image set assign resource SC_R_ISI_CH0 into m4 partition when open camera in m4 side. Uboot will call update_fdt_with_owned_resources to check the pd in current dts node. it will call sc_rm_is_resource_owned to check the pd whether in other partition, If yes, it will delete the dts node. uboot delete isi_0 node whose pd is SC_R_ISI_CH0. add CONFIG_SKIP_RESOURCE_CHECING to skip checking resource when load dtb. Change-Id: Ibf79c0bb9bc133bd7e395be57ca4a1f2ca5cf75a Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com>
-rw-r--r--include/configs/imx8qxp_mek_android_auto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/imx8qxp_mek_android_auto.h b/include/configs/imx8qxp_mek_android_auto.h
index 43c2ddb5ee..b9c664a512 100644
--- a/include/configs/imx8qxp_mek_android_auto.h
+++ b/include/configs/imx8qxp_mek_android_auto.h
@@ -45,6 +45,7 @@
#define CONFIG_ANDROID_BOOT_IMAGE
#define CONFIG_FASTBOOT_FLASH
+#define CONFIG_SKIP_RESOURCE_CHECING
#define CONFIG_FSL_FASTBOOT
#define CONFIG_FASTBOOT_USB_DEV 1
#define CONFIG_ANDROID_RECOVERY