]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit10470312a9b7c86ca7f40131fae1d1a101499202
tree688632afb9937bd0cba470444cef87ed381879ee
parent16c0d1f0adaa4d2505fc3ef7fcc2b2172365da96
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: d496fa9dbb ("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