Skip to content
Snippets Groups Projects
Commit 6f0dba85 authored by Tetsuyuki Kobayashi's avatar Tetsuyuki Kobayashi Committed by Albert ARIBAUD
Browse files

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: default avatarTetsuyuki Kobayashi <koba@kmckk.co.jp>
Acked-by: default avatarTom Rini <trini@ti.com>
parent cca60769
No related branches found
No related tags found
Loading
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