summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx51/sys_proto.h
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-07-26 10:05:05 +0200
committerStefano Babic <sbabic@denx.de>2010-09-29 11:24:31 +0200
commit87d98d3b8ef855c9ce1c09ddb1b7ea884a1d4ec6 (patch)
tree6a4a2d415760b963d5fc89464f54c4339b9b0abe /arch/arm/include/asm/arch-mx51/sys_proto.h
parentc4ea142424fc5cb43a2db750cb772e84304e5fb8 (diff)
downloadblackbird-obmc-uboot-87d98d3b8ef855c9ce1c09ddb1b7ea884a1d4ec6.tar.gz
blackbird-obmc-uboot-87d98d3b8ef855c9ce1c09ddb1b7ea884a1d4ec6.zip
ARM: Use syslib functions for all CORTEXA8
The OMAP3 cpu directory contains a syslib file with some utilities that can be shared by all targets using arm cortexa8 processors, not only OMAP. Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mx51/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-mx51/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx51/sys_proto.h b/arch/arm/include/asm/arch-mx51/sys_proto.h
index bf500a8b32..f687503cad 100644
--- a/arch/arm/include/asm/arch-mx51/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx51/sys_proto.h
@@ -26,5 +26,6 @@
u32 get_cpu_rev(void);
#define is_soc_rev(rev) ((get_cpu_rev() & 0xFF) - rev)
+void sdelay(unsigned long);
#endif
OpenPOWER on IntegriCloud