diff options
author | Simon Schwarz <simonschwarzcor@googlemail.com> | 2011-09-14 15:31:33 -0400 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-30 22:00:54 +0200 |
commit | 78ce977967b409aed03b21d4078ebaa6ae1b5e0e (patch) | |
tree | 7791480da1caf86b848b037e20945517e63a995e /arch/arm/include/asm | |
parent | 682b3a81eed478d64e74a83edb2f342d3288cb14 (diff) | |
download | talos-obmc-uboot-78ce977967b409aed03b21d4078ebaa6ae1b5e0e.tar.gz talos-obmc-uboot-78ce977967b409aed03b21d4078ebaa6ae1b5e0e.zip |
omap3: new SPL structure support
Support for the new spl structure. Using the interface defined by Aneesh V for
OMAP4
Signed-off-by: Simon Schwarz <simonschwarzcor@gmail.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/arch-omap3/sys_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/sys_proto.h b/arch/arm/include/asm/arch-omap3/sys_proto.h index 995e7cb57e..7b60051344 100644 --- a/arch/arm/include/asm/arch-omap3/sys_proto.h +++ b/arch/arm/include/asm/arch-omap3/sys_proto.h @@ -71,4 +71,5 @@ 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 |