rockchip: veyron: move board_early_init_f to _r (after reloc)
authorUrja Rannikko <urjaman@gmail.com>
Wed, 13 May 2020 19:15:21 +0000 (19:15 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 22 May 2020 12:53:20 +0000 (20:53 +0800)
commitfffdf7290cee85232ee522e27c09c7f1178e6219
tree688632afb9937bd0cba470444cef87ed381879ee
parent353ad95aa6562654726a91cb457f30d5f2a85f4c
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>
board/google/veyron/veyron.c
configs/chromebit_mickey_defconfig
configs/chromebook_jerry_defconfig
configs/chromebook_minnie_defconfig
configs/chromebook_speedy_defconfig