]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: uniphier: remove NAND reset code
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 10 Jul 2020 13:31:27 +0000 (22:31 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 11 Jul 2020 12:56:51 +0000 (21:56 +0900)
commit79f557726345ccc3848fb874bb462a5ce707a21b
tree68782111782c89c8ece2243a91ec1b413d2672d3
parentfb21f75dd69bfdfaaf6a709a3c68c783eb26baf8
ARM: uniphier: remove NAND reset code

Now that commit 86a43a7cdff2 ("mtd: nand: raw: denali: Assert reset
before deassert") added the reset assertion, this code in the board
file is unneeded.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/Makefile
arch/arm/mach-uniphier/board_init.c
arch/arm/mach-uniphier/init.h
arch/arm/mach-uniphier/nand-reset.c [deleted file]