]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/avr32/include/asm/u-boot.h
avr32: rename cpu_init() -> arch_cpu_init()
[karo-tx-uboot.git] / arch / avr32 / include / asm / u-boot.h
index 6aef8087490a2d9ab031062ea193eeb270082d61..2387f8af62b9a75c73ecb643799f4c90538e24ff 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__ */