nrhw: cleanup, let reset reason check in SPL
This commit is contained in:
parent
6fabed9c5d
commit
41742d2865
|
|
@ -482,7 +482,6 @@ void am33xx_spl_board_init(void)
|
|||
do_setup_dpll(&dpll_mpu_regs, &dpll_mpu_opp100);
|
||||
|
||||
#ifdef CONFIG_NRSW_BUILD
|
||||
/* TODO: Move to board_late_init? It is not urgent to have this in SPL. */
|
||||
check_pmic_reset_reason(RESET_REASON_SHM_LOCATION);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -417,7 +417,6 @@ void am33xx_spl_board_init(void)
|
|||
do_setup_dpll(&dpll_mpu_regs, &dpll_mpu_opp100);
|
||||
|
||||
#ifdef CONFIG_NRSW_BUILD
|
||||
/* TODO: Move to board_late_init? It is not urgent to have this in SPL. */
|
||||
check_pmic_reset_reason(RESET_REASON_SHM_LOCATION);
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue