Functions | |
| void | board_init (void) |
| void board_init | ( | void | ) |
The basic entry point for board initialization.
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