u-boot-brain/board/google/veyron
Urja Rannikko fffdf7290c rockchip: veyron: move board_early_init_f to _r (after reloc)
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: b678f2790c ("rockchip: rk3288: Move veyron_init() back to veyron.c")
Signed-off-by: Urja Rannikko <urjaman@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2020-05-22 20:53:20 +08:00
..
Kconfig rockchip: add support for veyron-speedy (ASUS Chromebook C201) 2019-02-01 16:59:10 +01:00
MAINTAINERS rockchip: Add MAINTAINER entry for chromebook_speedy 2019-02-01 16:59:14 +01:00
Makefile rockchip: Rename jerry files to veyron 2016-11-25 17:59:31 -07:00
veyron.c rockchip: veyron: move board_early_init_f to _r (after reloc) 2020-05-22 20:53:20 +08:00