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:
dba9485
)
MA-9721-1 [Android]arm2-8qxp: bring up arm2 imx8qxp for android
author
sanshan zhang
<sanshan.zhang@nxp.com>
Tue, 13 Jun 2017 04:46:01 +0000
(12:46 +0800)
committer
Jason Liu
<jason.hui.liu@nxp.com>
Thu, 2 Nov 2017 18:36:54 +0000
(
02:36
+0800)
add is_recovery_key_pressing for imx8qxp.
Change-Id: I660c09e026250d9815ac4db38f17c674d49320ce
Signed-off-by: sanshan zhang <sanshan.zhang@nxp.com>
board/freescale/imx8qxp_arm2/imx8qxp_arm2.c
patch
|
blob
|
history
diff --git
a/board/freescale/imx8qxp_arm2/imx8qxp_arm2.c
b/board/freescale/imx8qxp_arm2/imx8qxp_arm2.c
index
fc6af93
..
4f0d4c4
100644
(file)
--- a/
board/freescale/imx8qxp_arm2/imx8qxp_arm2.c
+++ b/
board/freescale/imx8qxp_arm2/imx8qxp_arm2.c
@@
-665,3
+665,12
@@
int board_late_init(void)
return 0;
}
+
+#ifdef CONFIG_FSL_FASTBOOT
+#ifdef CONFIG_ANDROID_RECOVERY
+int is_recovery_key_pressing(void)
+{
+ return 0; /*TODO*/
+}
+#endif /*CONFIG_ANDROID_RECOVERY*/
+#endif /*CONFIG_FSL_FASTBOOT*/