commit | 51df26c91edd5e86743739b136c070c58bfb87b6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Fri May 31 12:31:59 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Wed Jun 05 08:46:49 2013 -0400 |
tree | 95efd1376ba2b8e80dd6479fa21f95c9ace56fcd | |
parent | 3a300830ba40c5da8e42def8b7b4bc3076b5f810 [diff] |
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>