summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-07-31 08:59:29 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:20 +0200
commit1e37322e5a2ff8b529d82a6c345d5e343f77a5fc (patch)
treef0394e8d7b35437047db3ce1bb10207d4102c88f /arch/arm/include
parentb95f9ec7d88b2b2362fab39a66fdccb3d6be53d4 (diff)
downloadblackbird-obmc-uboot-1e37322e5a2ff8b529d82a6c345d5e343f77a5fc.tar.gz
blackbird-obmc-uboot-1e37322e5a2ff8b529d82a6c345d5e343f77a5fc.zip
u8500: Moving processor-specific functions to cpu area.
Functions such as providing power to the MMC device and reading the processor version register should be in the cpu area for access by multiple u8500-based boards. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: John Rigby <john.rigby@linaro.org> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-u8500/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-u8500/sys_proto.h b/arch/arm/include/asm/arch-u8500/sys_proto.h
index bac5e79990..a8ef9e5f44 100644
--- a/arch/arm/include/asm/arch-u8500/sys_proto.h
+++ b/arch/arm/include/asm/arch-u8500/sys_proto.h
@@ -23,5 +23,6 @@
#define _SYS_PROTO_H_
void gpio_init(void);
+int u8500_mmc_power_init(void);
#endif /* _SYS_PROTO_H_ */
OpenPOWER on IntegriCloud