summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJi Luo <ji.luo@nxp.com>2018-08-22 16:13:23 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-22 17:36:44 +0800
commit62105d06846a5f8edb8420e2581b0d1ee030046d (patch)
treecd9dbf633fb18567ca72bc663cd757a0d50ce936 /common
parentb0e849fb2dfd483e039571c4fe0aab7f65273bb3 (diff)
MA-12492 Remove some redundant codes for android
Some redundant codes are added after cherry-picking android related commits from imx_v2017.03, remove them in this commit. Test: build and boot pass on imx6q_sabresd. Signed-off-by: Ji Luo <ji.luo@nxp.com>
Diffstat (limited to 'common')
-rw-r--r--common/board_r.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/board_r.c b/common/board_r.c
index 6622c972f3..f9cd2e26a0 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -678,7 +678,6 @@ static int initr_check_fastboot(void)
#ifdef CONFIG_IMX_TRUSTY_OS
extern void tee_setup(void);
-void tee_setup(void);
static int initr_tee_setup(void)
{
tee_setup();