commit | 4af19881ebf25ca11cb18cdc00c05f2f909564c6 | [log] [tgz] |
---|---|---|
author | SRICHARAN R <r.sricharan@ti.com> | Wed Apr 24 00:41:23 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri May 10 08:25:56 2013 -0400 |
tree | b6efdc49f508ec4ec805200b6fe621ed1ba8b8c7 | |
parent | 4b1b61cdd386142c72503db5055c83207a8f292a [diff] |
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: Sricharan R <r.sricharan@ti.com>