1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 08:12:06 +02:00
Files
u-boot-megous/board
Kever Yang f11f138ebf 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>
2020-09-16 16:31:17 +08:00
..
2020-08-03 22:19:54 -04:00
2020-07-28 19:30:39 -06:00
2020-09-01 13:38:38 +08:00
2020-09-01 13:38:39 +08:00
2020-09-01 17:00:27 +08:00
2020-07-28 19:30:39 -06:00
2020-08-03 22:19:54 -04:00