summaryrefslogtreecommitdiff
path: root/arch/arm/lib/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/lib/board.c')
-rw-r--r--arch/arm/lib/board.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index 460b68ae002..18fd561726f 100644
--- a/arch/arm/lib/board.c
+++ b/arch/arm/lib/board.c
@@ -292,15 +292,6 @@ void board_init_f (ulong bootflag)
extern u8 _binary_dt_dtb_start[];
#endif
-#ifdef CONFIG_TEGRA2
- /*
- * Call this now in case we are running on the AVP, since it doesn't
- * support the BLX instruction generated by the init sequence. It
- * won't return on AVP, since the AVP halts and the A9 CPU wakes up
- * and starts at its reset vector, etc.
- */
- arch_cpu_init();
-#endif
bootstage_mark(BOOTSTAGE_START_UBOOT_F, "board_init_f start");
/* Pointer is writable since we allocated a register for it */