Skip to content
Snippets Groups Projects
Commit 8f7ed08e authored by Marek Vasut's avatar Marek Vasut
Browse files

arm: socfpga: Unreset NAND in U-Boot


Make sure the NAND reset is not asserted in full U-Boot.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Chin Liang See <clsee@altera.com>
parent ac242e16
No related branches found
No related tags found
No related merge requests found
...@@ -359,6 +359,10 @@ int arch_early_init_r(void) ...@@ -359,6 +359,10 @@ int arch_early_init_r(void)
socfpga_per_reset(SOCFPGA_RESET(SPIM1), 0); socfpga_per_reset(SOCFPGA_RESET(SPIM1), 0);
#endif #endif
#ifdef CONFIG_NAND_DENALI
socfpga_per_reset(SOCFPGA_RESET(NAND), 0);
#endif
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment