summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/u-boot-arm.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-04-24 13:31:02 +0200
committerWolfgang Denk <wd@denx.de>2009-04-24 13:31:02 +0200
commitfaa5a0c6fc5609acb4037a5eae79f7a47de4c6ee (patch)
tree408edf924d2bb05c4a5638a7a26066d77ac8b1c7 /include/asm-arm/u-boot-arm.h
parent7ee38c044ca5041d3378d6507580ea4ec344af96 (diff)
parent6ebff365eb63093ca35b687316002535c6a18820 (diff)
downloadblackbird-obmc-uboot-faa5a0c6fc5609acb4037a5eae79f7a47de4c6ee.tar.gz
blackbird-obmc-uboot-faa5a0c6fc5609acb4037a5eae79f7a47de4c6ee.zip
Merge branch 'master' of git://git.denx.de/u-boot-at91
Diffstat (limited to 'include/asm-arm/u-boot-arm.h')
-rw-r--r--include/asm-arm/u-boot-arm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/u-boot-arm.h b/include/asm-arm/u-boot-arm.h
index 4ee5a327e5..e7d58fe8cd 100644
--- a/include/asm-arm/u-boot-arm.h
+++ b/include/asm-arm/u-boot-arm.h
@@ -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);
OpenPOWER on IntegriCloud