avr32: rename cpu_init() -> arch_cpu_init()
[platform/kernel/u-boot.git] / arch / avr32 / include / asm / u-boot.h
index 6aef808..2387f8a 100644 (file)
@@ -25,4 +25,6 @@ typedef struct bd_info {
 /* For image.h:image_check_target_arch() */
 #define IH_ARCH_DEFAULT IH_ARCH_AVR32
 
+int arch_cpu_init(void);
+
 #endif /* __ASM_U_BOOT_H__ */