Searched hist:"6 f0dba85a92b55f67a3610241060caaa41b5939e" (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | cpu.c | 6f0dba85a92b55f67a3610241060caaa41b5939e Fri Jul 06 21:14:20 UTC 2012 Tetsuyuki Kobayashi <koba@kmckk.co.jp> arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0
save_boot_params_default() in cpu.c accesses uninitialized stack area when it compiled with -O0 (not optimized). This patch removes save_boot_params_default() and put the equivalent in start.S
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp> Acked-by: Tom Rini <trini@ti.com>
|
| H A D | start.S | 6f0dba85a92b55f67a3610241060caaa41b5939e Fri Jul 06 21:14:20 UTC 2012 Tetsuyuki Kobayashi <koba@kmckk.co.jp> arm: bugfix: save_boot_params_default accesses uninitalized stack when -O0
save_boot_params_default() in cpu.c accesses uninitialized stack area when it compiled with -O0 (not optimized). This patch removes save_boot_params_default() and put the equivalent in start.S
Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp> Acked-by: Tom Rini <trini@ti.com>
|