Skip to content
Snippets Groups Projects
Commit 4596dcc1 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarR Sricharan <r.sricharan@ti.com>
Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 320d9746
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment