Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT | Helmut Raiger | 2011-10-27 | -1/+1 |
| | | | | | | | | | | | | | This renames BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT. Along the way it removes some leftover #define BOARD_LATE_INIT 1 and adds some basic documentation for board specific callbacks in README. Signed-off-by: Helmut Raiger <helmut.raiger@hale.at> Acked-by: Stefano Babic <sbabic@denx.de> | |||
* | sandbox: Add architecture lib files | Simon Glass | 2011-10-17 | -0/+366 |
These files are taken from the ARM board implementation and then reduced to remove unneeded cruft. Ideally we would work towards unifying arch/xxx/lib files, particularly board.c. Signed-off-by: Simon Glass <sjg@chromium.org> |