Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
| | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com> | |||
* | x86: Declare global_data pointer when it is used | Simon Glass | 2013-05-13 | -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 | -0/+64 |
-- Changes for v2: - None |