summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx31/sys_proto.h
diff options
context:
space:
mode:
authorHelmut Raiger <helmut.raiger@hale.at>2012-02-15 22:40:12 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-02-27 21:19:25 +0100
commitd1300f76862e78ad0f06fca0680c21aa2d1a4eff (patch)
tree27e16a205dcfa886f7ebb91bccb897ea8062212e /arch/arm/include/asm/arch-mx31/sys_proto.h
parent0b87e010f8774a975c2353f03105de824c55fb83 (diff)
downloadtalos-obmc-uboot-d1300f76862e78ad0f06fca0680c21aa2d1a4eff.tar.gz
talos-obmc-uboot-d1300f76862e78ad0f06fca0680c21aa2d1a4eff.zip
tt01: add video support
The video setup for the Epson display is provided. Addtionally some extra info is displayed next to the Linux logo. Make get_cpu_rev() publicly available (added to sys_proto.h). Signed-off-by: Helmut Raiger <helmut.raiger@hale.at>
Diffstat (limited to 'arch/arm/include/asm/arch-mx31/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-mx31/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx31/sys_proto.h b/arch/arm/include/asm/arch-mx31/sys_proto.h
index ded481c433..f3fa04d710 100644
--- a/arch/arm/include/asm/arch-mx31/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx31/sys_proto.h
@@ -32,4 +32,5 @@ struct mxc_weimcs {
void mxc_setup_weimcs(int cs, const struct mxc_weimcs *weimcs);
int mxc_mmc_init(bd_t *bis);
+u32 get_cpu_rev(void);
#endif
OpenPOWER on IntegriCloud