nrhw: cleanup, let reset reason check in SPL

This commit is contained in:
Rene Straub 2020-02-27 07:23:13 +01:00
parent 6fabed9c5d
commit 41742d2865
2 changed files with 0 additions and 2 deletions

View File

@ -482,7 +482,6 @@ void am33xx_spl_board_init(void)
do_setup_dpll(&dpll_mpu_regs, &dpll_mpu_opp100); do_setup_dpll(&dpll_mpu_regs, &dpll_mpu_opp100);
#ifdef CONFIG_NRSW_BUILD #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); check_pmic_reset_reason(RESET_REASON_SHM_LOCATION);
#endif #endif

View File

@ -417,7 +417,6 @@ void am33xx_spl_board_init(void)
do_setup_dpll(&dpll_mpu_regs, &dpll_mpu_opp100); do_setup_dpll(&dpll_mpu_regs, &dpll_mpu_opp100);
#ifdef CONFIG_NRSW_BUILD #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); check_pmic_reset_reason(RESET_REASON_SHM_LOCATION);
#endif #endif