summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-uniphier/board_init.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2020-07-10 22:31:27 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2020-07-11 21:56:51 +0900
commit5785950369cd68d4409bf4d0e34d4b1894e5d0e9 (patch)
tree68782111782c89c8ece2243a91ec1b413d2672d3 /arch/arm/mach-uniphier/board_init.c
parent94e8b328a75cb940efca80e76a31cfffe8e3799e (diff)
downloadu-boot-5785950369cd68d4409bf4d0e34d4b1894e5d0e9.tar.gz
u-boot-5785950369cd68d4409bf4d0e34d4b1894e5d0e9.tar.xz
u-boot-5785950369cd68d4409bf4d0e34d4b1894e5d0e9.zip
ARM: uniphier: remove NAND reset code
Now that commit 3e57f879eee6 ("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>
Diffstat (limited to 'arch/arm/mach-uniphier/board_init.c')
-rw-r--r--arch/arm/mach-uniphier/board_init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-uniphier/board_init.c b/arch/arm/mach-uniphier/board_init.c
index 598101541b..30e4e23a64 100644
--- a/arch/arm/mach-uniphier/board_init.c
+++ b/arch/arm/mach-uniphier/board_init.c
@@ -163,10 +163,6 @@ int board_init(void)
if (initdata->misc_init)
initdata->misc_init();
- led_puts("U3");
-
- uniphier_nand_reset_assert();
-
led_puts("Uboo");
return 0;