Previously veyron_init() was called in board_init() context, which is
called after relocation. Moving it to veyron.c used board_early_init_f
which is called way earlier, and causes veyron_init to hang.
Using board_early_init_r instead fixes this.
Fixes:
|
||
|---|---|---|
| .. | ||
| chromebook_coral | ||
| chromebook_link | ||
| chromebook_samus | ||
| chromebox_panther | ||
| common | ||
| gru | ||
| imx8mq_phanbell | ||
| veyron | ||
| Kconfig | ||