diff options
author | Stefano Babic <sbabic@denx.de> | 2010-07-26 10:05:05 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2010-09-29 11:24:31 +0200 |
commit | 87d98d3b8ef855c9ce1c09ddb1b7ea884a1d4ec6 (patch) | |
tree | 6a4a2d415760b963d5fc89464f54c4339b9b0abe /arch/arm/include/asm | |
parent | c4ea142424fc5cb43a2db750cb772e84304e5fb8 (diff) | |
download | u-boot-imx-87d98d3b8ef855c9ce1c09ddb1b7ea884a1d4ec6.zip u-boot-imx-87d98d3b8ef855c9ce1c09ddb1b7ea884a1d4ec6.tar.gz u-boot-imx-87d98d3b8ef855c9ce1c09ddb1b7ea884a1d4ec6.tar.bz2 |
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')
-rw-r--r-- | arch/arm/include/asm/arch-mx51/sys_proto.h | 1 |
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 bf500a8..f687503 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 |