]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-socfpga/misc.c
Merge branch 'master' of git://git.denx.de/u-boot-tegra
[u-boot] / arch / arm / mach-socfpga / misc.c
index a54d2b9faaa60a5201060c40f3d187b7b4eef656..9b43b92f5bcd5faba60f691dc1cced2321b69593 100644 (file)
@@ -359,6 +359,10 @@ int arch_early_init_r(void)
        socfpga_per_reset(SOCFPGA_RESET(SPIM1), 0);
 #endif
 
+#ifdef CONFIG_NAND_DENALI
+       socfpga_per_reset(SOCFPGA_RESET(NAND), 0);
+#endif
+
        return 0;
 }