summaryrefslogtreecommitdiff
path: root/board/snow/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/snow/board.c')
-rw-r--r--board/snow/board.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/board/snow/board.c b/board/snow/board.c
index 83a628ce7c..3316ce87ce 100644
--- a/board/snow/board.c
+++ b/board/snow/board.c
@@ -243,14 +243,7 @@ void board_hard_reset(void)
}
#ifdef CONFIG_PMU_BOARD_INIT
-
-/**
- * Initialize PMU register settings
- *
- * PMU init settings depend on board configuration. This function should be
- * called inside PMU init function.
- */
-int board_pmu_init(void)
+int pmu_board_init(void)
{
int ver, failure = 0;