summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap3/board.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2011-10-04 04:59:23 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-10-27 21:56:35 +0200
commitcc3f7058435c94acaaf9111340437a0a4c018de6 (patch)
treee2d306decaee5395b0a8e94e4d90480b4e5126b6 /arch/arm/cpu/armv7/omap3/board.c
parent3c6e50d7581e12b14da34b4ae646024a11cb580b (diff)
downloadtalos-obmc-uboot-cc3f7058435c94acaaf9111340437a0a4c018de6.tar.gz
talos-obmc-uboot-cc3f7058435c94acaaf9111340437a0a4c018de6.zip
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/cpu/armv7/omap3/board.c')
-rw-r--r--arch/arm/cpu/armv7/omap3/board.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/cpu/armv7/omap3/board.c b/arch/arm/cpu/armv7/omap3/board.c
index 1b3ef69a99..a9fdb4f8ed 100644
--- a/arch/arm/cpu/armv7/omap3/board.c
+++ b/arch/arm/cpu/armv7/omap3/board.c
@@ -450,9 +450,3 @@ void enable_caches(void)
dcache_enable();
}
#endif
-
-void omap_rev_string(char *omap_rev_string)
-{
- sprintf(omap_rev_string, "OMAP3, sorry revision detection" \
- " unimplemented");
-}
OpenPOWER on IntegriCloud