ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL
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 <yamada.masahiro@socionext.com>
Showing
- arch/arm/mach-uniphier/Makefile 1 addition, 0 deletionsarch/arm/mach-uniphier/Makefile
- arch/arm/mach-uniphier/board_init.c 4 additions, 0 deletionsarch/arm/mach-uniphier/board_init.c
- arch/arm/mach-uniphier/clk/clk-early-ld4.c 0 additions, 7 deletionsarch/arm/mach-uniphier/clk/clk-early-ld4.c
- arch/arm/mach-uniphier/init.h 8 additions, 0 deletionsarch/arm/mach-uniphier/init.h
- arch/arm/mach-uniphier/nand-reset.c 43 additions, 0 deletionsarch/arm/mach-uniphier/nand-reset.c
Loading
Please register or sign in to comment