Skip to content
Snippets Groups Projects
Commit fda06812 authored by SRICHARAN R's avatar SRICHARAN R Committed by Tom Rini
Browse files

ARM: OMAP: Correct save_boot_params and replace with 'C' function


Currently save_boot_params saves the boot parameters passed
from romcode. But this is not stored in a writable location
consistently. So the current code would not work for a
'XIP' boot. Change this by saving the boot parameters in
'gd' which is always writable. Also add a 'C' function
instead of an assembly code that is more readable.

Signed-off-by: default avatarSricharan R <r.sricharan@ti.com>
parent f92f2277
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