rockchip: rv1108: use correct API for board callback
authorKever Yang <kever.yang@rock-chips.com>
Mon, 13 Apr 2020 01:38:30 +0000 (09:38 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 16 Sep 2020 08:31:17 +0000 (16:31 +0800)
commitf11f138ebfeac8271ad5e6faed2265a9585b97fc
tree9ec761900411b051100a91f6cee4e15ab109047a
parent4dcced116976937f6f7dd9a0e39cde8120250c16
rockchip: rv1108: use correct API for board callback

Use board_early_init_f() instead of mach_cpu_init() for board, the
board_early_init_f() is used for board init and after dm_initf, while
the mach_cpu_init() is used for CPU/SOC and before dm_initf()(not able
to use syscon API).

Fixes: 9cec336708 ("rockchip: evb-rv1108: Use syscon API to get grf base")
Fixes: 4aa33690fc {"rockchip: elgin-rv1108: Use syscon API to get grf base")

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
board/elgin/elgin_rv1108/elgin_rv1108.c
board/rockchip/evb_rv1108/evb_rv1108.c