diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-07-10 22:31:27 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-07-11 21:56:51 +0900 |
commit | 5785950369cd68d4409bf4d0e34d4b1894e5d0e9 (patch) | |
tree | 68782111782c89c8ece2243a91ec1b413d2672d3 /arch/arm/mach-uniphier/Makefile | |
parent | 94e8b328a75cb940efca80e76a31cfffe8e3799e (diff) | |
download | u-boot-5785950369cd68d4409bf4d0e34d4b1894e5d0e9.tar.gz |
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/Makefile')
-rw-r--r-- | arch/arm/mach-uniphier/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/Makefile b/arch/arm/mach-uniphier/Makefile index e7eba75eed..38b6d904f4 100644 --- a/arch/arm/mach-uniphier/Makefile +++ b/arch/arm/mach-uniphier/Makefile @@ -22,7 +22,6 @@ endif obj-$(CONFIG_MICRO_SUPPORT_CARD) += micro-support-card.o obj-y += pinctrl-glue.o obj-$(CONFIG_MMC) += mmc-first-dev.o -obj-$(CONFIG_NAND_DENALI) += nand-reset.o obj-y += fdt-fixup.o endif |