Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
[oweals/u-boot.git] / include / asm-arm / u-boot-arm.h
index 4ee5a327e5f594da73c28d4ccbea8718513141c0..e7d58fe8cdae7c9def3297c7650f84279ed68059 100644 (file)
@@ -40,6 +40,9 @@ extern ulong FIQ_STACK_START; /* top of FIQ stack */
 int    cpu_init(void);
 int    cleanup_before_linux(void);
 
+/* cpu/.../arch/cpu.c */
+int    arch_cpu_init(void);
+
 /* board/.../... */
 int    board_init(void);
 int    dram_init (void);