Re: [PATCH 1/3] ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL

2020-02-27 Thread Masahiro Yamada
On Fri, Feb 14, 2020 at 8:55 PM Masahiro Yamada wrote: > > The comment /* deassert reset */ is wrong. It asserts the reset. > > It no longer needs to stay in SPL. The NAND controller reset is > handled in the driver. So, this assert can be moved to the > board_init() of U-Boot proper. > >

[PATCH 1/3] ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL

2020-02-14 Thread Masahiro Yamada
The comment /* deassert reset */ is wrong. It asserts the reset. It no longer needs to stay in SPL. The NAND controller reset is handled in the driver. So, this assert can be moved to the board_init() of U-Boot proper. Signed-off-by: Masahiro Yamada --- arch/arm/mach-uniphier/Makefile