projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
286cc11
)
MA-19067 android: skip optee dtb node handling
author
Ji Luo
<ji.luo@nxp.com>
Wed, 19 May 2021 10:51:06 +0000
(18:51 +0800)
committer
Ji Luo
<ji.luo@nxp.com>
Wed, 19 May 2021 11:19:47 +0000
(19:19 +0800)
Android doesn't use optee so skip optee dtb node
handling.
Change-Id: I30bf91a62fe774dbae0d219fd17405feed6f0784
Signed-off-by: Ji Luo <ji.luo@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
arch/arm/mach-imx/imx8m/soc.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/imx8m/soc.c
b/arch/arm/mach-imx/imx8m/soc.c
index
8aba071
..
d715ece
100644
(file)
--- a/
arch/arm/mach-imx/imx8m/soc.c
+++ b/
arch/arm/mach-imx/imx8m/soc.c
@@
-1154,7
+1154,11
@@
usb_modify_speed:
disable_cpu_nodes(blob, 2);
#endif
+#if defined(CONFIG_ANDROID_SUPPORT) || defined(CONFIG_ANDROID_AUTO_SUPPORT)
+ return 0;
+#else
return ft_add_optee_node(blob, bd);
+#endif
}
#endif