Skip to content
Snippets Groups Projects
Commit 7525c2da authored by Simon Glass's avatar Simon Glass
Browse files

x86: Allow setup code to manage its own global data


Currently x86 has its own means of managing the global data and board data
(bd_t), and this code resides in start.S. With generic board, we need to
ensure that we leave this alone - i.e. don't clear it as we do on other
archs.

This fixes a problem where the memory init data is cleared which causes
the video driver to operate very slowly.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 8b42dfc3
No related branches found
No related tags found
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