summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx/sys_proto.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-05-31 12:31:59 -0400
committerTom Rini <trini@ti.com>2013-06-05 08:46:49 -0400
commit4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674 (patch)
tree95efd1376ba2b8e80dd6479fa21f95c9ace56fcd /arch/arm/include/asm/arch-am33xx/sys_proto.h
parent320d9746d3aa8373b86e8f6331bc7c8c8c87fced (diff)
downloadtalos-obmc-uboot-4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674.tar.gz
talos-obmc-uboot-4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674.zip
am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c
We need to call the save_omap_boot_params function on am33xx/ti81xx and other newer TI SoCs, so move the function to boot-common. Only OMAP4+ has the omap_hw_init_context function so add ifdefs to not call it on am33xx/ti81xx. Call save_omap_boot_params from s_init on am33xx/ti81xx boards. Reviewed-by: R Sricharan <r.sricharan@ti.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/sys_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/sys_proto.h b/arch/arm/include/asm/arch-am33xx/sys_proto.h
index c913b5f318..fedc674031 100644
--- a/arch/arm/include/asm/arch-am33xx/sys_proto.h
+++ b/arch/arm/include/asm/arch-am33xx/sys_proto.h
@@ -30,6 +30,7 @@ int print_cpuinfo(void);
extern struct ctrl_stat *cstat;
u32 get_device_type(void);
+void save_omap_boot_params(void);
void setup_clocks_for_console(void);
void ddr_pll_config(unsigned int ddrpll_M);
OpenPOWER on IntegriCloud