This file will not contain any board specific implementations.
Functions | |
| void | board_init (void) |
| void board_init | ( | void | ) |
Generic Board initialization called from platform.S.
Generic Board initialization called from platform.S.
This is called as part of machine init (after arch init). This is again called with stack in SRAM, so not too many constructs possible here.
1.5.6