summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorZhang Bo <bo.zhang@nxp.com>2018-05-10 13:09:19 +0800
committerZhang Bo <bo.zhang@nxp.com>2018-05-15 13:00:15 +0800
commit30c13031eb3683fffc7066b53d9c15565ee550ec (patch)
tree507333b793b5e995af219bb9500ce6e441ccb99c /board
parent1a7cd5fb2f0f3b853d60fbd52e03cec0f061d329 (diff)
MA-11866-1[Android] Bring up imx8mm-evk board for android
Add imx8m mini evk board related config and header in uboot. Change-Id: I23d830532fc3d7d47c4284b2214e0d1e11e4ae0b Signed-off-by: Zhang Bo <bo.zhang@nxp.com>
Diffstat (limited to 'board')
-rw-r--r--board/freescale/imx8mm_evk/imx8mm_evk.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/freescale/imx8mm_evk/imx8mm_evk.c b/board/freescale/imx8mm_evk/imx8mm_evk.c
index 63035160e4..0e2580a126 100644
--- a/board/freescale/imx8mm_evk/imx8mm_evk.c
+++ b/board/freescale/imx8mm_evk/imx8mm_evk.c
@@ -407,3 +407,11 @@ int power_init_board(void)
return 0;
}
#endif
+#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*/