Searched hist:fda06812a068f916f64d9d1b3d1730e8213195b3 (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | global_data.h | fda06812a068f916f64d9d1b3d1730e8213195b3 Wed Apr 24 00:41:23 UTC 2013 SRICHARAN R <r.sricharan@ti.com> 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>
|
| H A D | omap_common.h | fda06812a068f916f64d9d1b3d1730e8213195b3 Wed Apr 24 00:41:23 UTC 2013 SRICHARAN R <r.sricharan@ti.com> 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>
|