diff options
author | Prafulla Wadaskar <prafulla@marvell.com> | 2009-05-31 14:53:20 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:45:46 +0200 |
commit | a24d96e40e1ca66dde6e6c158e7ecffafc5a2199 (patch) | |
tree | 465e78630c973bb8b9d386b8fe433a8d81dfe9cd /include/asm-arm | |
parent | b2403589b4d9996394bafc73eca3623f43ac2c31 (diff) |
arch_misc_init support for ARM architectures
This patch is required for Kirkwood support
may be used by other ARM architectures
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/u-boot-arm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/u-boot-arm.h b/include/asm-arm/u-boot-arm.h index 76f1ffa5a2c..6d2f8bccb50 100644 --- a/include/asm-arm/u-boot-arm.h +++ b/include/asm-arm/u-boot-arm.h @@ -42,6 +42,7 @@ int cleanup_before_linux(void); /* cpu/.../arch/cpu.c */ int arch_cpu_init(void); +int arch_misc_init(void); /* board/.../... */ int board_init(void); |