aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/kernel/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/kernel/head.S')
-rw-r--r--arch/avr32/kernel/head.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/avr32/kernel/head.S b/arch/avr32/kernel/head.S
index 773b7ad87be9..6163bd0acb95 100644
--- a/arch/avr32/kernel/head.S
+++ b/arch/avr32/kernel/head.S
@@ -30,9 +30,6 @@ kernel_entry:
30 mov r7, 0 30 mov r7, 0
31#endif 31#endif
32 32
33 /* Set up the PIO, SDRAM controller, early printk, etc. */
34 rcall board_early_init
35
36 /* Start the show */ 33 /* Start the show */
37 lddpc pc, kernel_start_addr 34 lddpc pc, kernel_start_addr
38 35