diff options
Diffstat (limited to 'board/bosch/shc/board.c')
-rw-r--r-- | board/bosch/shc/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/bosch/shc/board.c b/board/bosch/shc/board.c index ab688745938..59628ce6f57 100644 --- a/board/bosch/shc/board.c +++ b/board/bosch/shc/board.c @@ -310,7 +310,7 @@ const struct dpll_params *get_dpll_ddr_params(void) const struct dpll_params dpll_mpu_shc_opp100 = { 99, MPUPLL_N, 1, -1, -1, -1, -1}; -void am33xx_spl_board_init(void) +void spl_board_init(void) { int sil_rev; int mpu_vdd; |