Skip to content
Snippets Groups Projects
Commit 8d61625d authored by Graeme Russ's avatar Graeme Russ Committed by Simon Glass
Browse files

x86: Put global data on the stack


Putting global data on the stack simplifies the init process (and makes it
slightly quicker). During the 'flash' stage of the init sequence, global
data is in the CAR stack. After SDRAM is initialised, global data is copied
from CAR to the SDRAM stack

Signed-off-by: default avatarGraeme Russ <graeme.russ@gmail.com>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent e4fb6116
No related merge requests found
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