]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am33xx/omap: Move save_omap_boot_params to omap-common/boot-common.c
authorTom Rini <trini@ti.com>
Fri, 31 May 2013 16:31:59 +0000 (12:31 -0400)
committerTom Rini <trini@ti.com>
Wed, 5 Jun 2013 12:46:49 +0000 (08:46 -0400)
commit4596dcc1d4ea5763e0f92cf5becd9fc7d4c6e674
tree95efd1376ba2b8e80dd6479fa21f95c9ace56fcd
parent320d9746d3aa8373b86e8f6331bc7c8c8c87fced
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>
arch/arm/cpu/armv7/omap-common/boot-common.c
arch/arm/cpu/armv7/omap-common/hwinit-common.c
arch/arm/include/asm/arch-am33xx/sys_proto.h
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/arch-omap5/sys_proto.h
board/isee/igep0033/board.c
board/phytec/pcm051/board.c
board/ti/am335x/board.c
board/ti/ti814x/evm.c