summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-omap3/sys_proto.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2011-10-04 04:59:23 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 19:56:35 (GMT)
commitcc3f7058435c94acaaf9111340437a0a4c018de6 (patch)
treee2d306decaee5395b0a8e94e4d90480b4e5126b6 /arch/arm/include/asm/arch-omap3/sys_proto.h
parent3c6e50d7581e12b14da34b4ae646024a11cb580b (diff)
downloadu-boot-cc3f7058435c94acaaf9111340437a0a4c018de6.tar.xz
OMAP3 SPL: Provide weak omap_rev_string
We add an weak version of omap_rev_string in omap-common/spl.c and while at it drop the omap3 version. Move the prototype over to <asm/omap_common.h> with the other SPL functions. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-omap3/sys_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h
index 7b60051..995e7cb 100644
--- a/arch/arm/include/asm/arch-omap3/sys_proto.h
+++ b/arch/arm/include/asm/arch-omap3/sys_proto.h
@@ -71,5 +71,4 @@ void power_init_r(void);
void dieid_num_r(void);
void do_omap3_emu_romcode_call(u32 service_id, u32 parameters);
void omap3_gp_romcode_call(u32 service_id, u32 parameter);
-void omap_rev_string(char *omap_rev_string);
#endif