summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2020-05-14 16:34:19 +0800
committerJi Luo <ji.luo@nxp.com>2022-04-18 16:40:09 +0800
commit10e0aa94057b2a4944357a0d919569277d410cef (patch)
tree1b1883093780637a4e10a92b1bc7adae1a9d2e7c /scripts
parent8980b401facf2fb7c91f395ab14e19db529f059d (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_CHECKING to skip checking resource when load dtb. Change-Id: Iaf9a5eda07074c45c15c43f23cb6ad6b5a77de47 Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com> (cherry picked from commit: bd0682f5b3208525363690d446bc86da15a43120) (cherry picked from commit: 11126b31964eabdd321cdbc284e0abccfc6af9cd)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config_whitelist.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
index f8a44c6296..be6099ebea 100644
--- a/scripts/config_whitelist.txt
+++ b/scripts/config_whitelist.txt
@@ -767,6 +767,7 @@ CONFIG_SH_GPIO_PFC
CONFIG_SH_QSPI_BASE
CONFIG_SH_SCIF_CLK_FREQ
CONFIG_SKIP_LOCAL_MAC_RANDOMIZATION
+CONFIG_SKIP_RESOURCE_CHECKING
CONFIG_SKIP_TRUNOFF_WATCHDOG
CONFIG_SLIC
CONFIG_SMC91111