From 41742d286523a49d6d32b43cc565f77952a0b58c Mon Sep 17 00:00:00 2001 From: Rene Straub Date: Thu, 27 Feb 2020 07:23:13 +0100 Subject: [PATCH] nrhw: cleanup, let reset reason check in SPL --- board/nm/nrhw20/board.c | 1 - board/nm/nrhw24/board.c | 1 - 2 files changed, 2 deletions(-) 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