commit | ee53ea70063eed69259d8c677552478f3eeee54e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 14 20:54:40 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 28 02:38:55 2020 +0900 |
tree | bc1d5ab5ae02d0a4d0c6bb18bcd3be0d256e180e | |
parent | 85a8f213fb93d4fc6f0aa0ffbd55b65d2efecc8f [diff] |
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>