Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: Declare global_data pointer when it is used | Simon Glass | 2013-05-13 | 1 | -0/+2 |
| | | | | | | | | 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> | ||||
* | x86: Move do_go_exec() out of board.c | Graeme Russ | 2012-01-04 | 1 | -0/+64 |
-- Changes for v2: - None |