commit | 153ba38694f6656d223ab45e0a8fc9a8009a9821 | [log] [tgz] |
---|---|---|
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | Fri Jul 06 21:14:20 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:22 2012 +0200 |
tree | e0bbc888c5d401a3661023bb736657cdaf3b637a | |
parent | 61baafb66839d320bd2668a0fab59959f3e08f3e [diff] |
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>