mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
fffdf7290c
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 |