ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL
[oweals/u-boot.git] / arch / arm / mach-uniphier / board_init.c
index 99727a3004201664459e00970028ffcd93f33fb3..4f9cd6e722c15ecbbda2c33efaac45c76fb618f4 100644 (file)
@@ -141,6 +141,10 @@ int board_init(void)
 
        support_card_late_init();
 
+       led_puts("U4");
+
+       uniphier_nand_reset_assert();
+
        led_puts("Uboo");
 
        return 0;