diff --git a/board/nm/nrhw20/board.c b/board/nm/nrhw20/board.c index e95aacffdc..9f3632b8b1 100644 --- a/board/nm/nrhw20/board.c +++ b/board/nm/nrhw20/board.c @@ -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 diff --git a/board/nm/nrhw24/board.c b/board/nm/nrhw24/board.c index 0bb9668c36..c61f0de2e9 100644 --- a/board/nm/nrhw24/board.c +++ b/board/nm/nrhw24/board.c @@ -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