summaryrefslogtreecommitdiff
path: root/common/board_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/board_r.c')
-rw-r--r--common/board_r.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/board_r.c b/common/board_r.c
index 630c2451a2..e75efc97ad 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -690,6 +690,9 @@ static init_fnc_t init_sequence_r[] = {
#ifdef CONFIG_ARCH_EARLY_INIT_R
arch_early_init_r,
#endif
+#if CONFIG_IS_ENABLED(TARGET_STARFIVE_DEVKITS)
+ set_pmic,
+#endif
power_init_board,
#ifdef CONFIG_MTD_NOR_FLASH
initr_flash,