avr32: use board_early_init_r instead of board_init_info
[platform/kernel/u-boot.git] / include / asm-avr32 / initcalls.h
index 7ba25cd..57a278b 100644 (file)
@@ -26,8 +26,5 @@
 
 extern int cpu_init(void);
 extern int timer_init(void);
-extern void board_init_memories(void);
-extern void board_init_pio(void);
-extern void board_init_info(void);
 
 #endif /* __ASM_AVR32_INITCALLS_H__ */