summaryrefslogtreecommitdiff
path: root/arch/x86/lib/cmd_boot.c
AgeCommit message (Collapse)Author
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass
Several files use the global_data pointer without declaring it. This works because the declaration is currently a NOP. But still it is better to fix this so that x86 lines up with other archs. Signed-off-by: Simon Glass <sjg@chromium.org>
2012-01-04x86: Move do_go_exec() out of board.cGraeme Russ
-- Changes for v2: - None