mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
ARM: socfpga: Drop last use of socfpga_reset_manager
This particular chunk of code was not updated, likely due to the order
in which the patches were posted and applied. Fix this missing part.
Fixes: bb25aca134
("arm: socfpga: Convert reset manager from struct to defines")
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dalon Westergreen <dwesterg@gmail.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Cc: Tien Fong Chee <tien.fong.chee@intel.com>
This commit is contained in:
parent
9e6082198a
commit
707c36e2af
1 changed files with 1 additions and 4 deletions
|
@ -138,10 +138,7 @@ void board_init_f(ulong dummy)
|
|||
debug("Reset init failed: %d\n", ret);
|
||||
|
||||
#ifdef CONFIG_SPL_NAND_DENALI
|
||||
struct socfpga_reset_manager *reset_manager_base =
|
||||
(struct socfpga_reset_manager *)SOCFPGA_RSTMGR_ADDRESS;
|
||||
|
||||
clrbits_le32(&reset_manager_base->per_mod_reset, BIT(4));
|
||||
clrbits_le32(SOCFPGA_RSTMGR_ADDRESS + RSTMGR_GEN5_PERMODRST, BIT(4));
|
||||
#endif
|
||||
|
||||
/* enable console uart printing */
|
||||
|
|
Loading…
Add table
Reference in a new issue