]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or more
authorVipul Kumar <vipul.kumar@xilinx.com>
Mon, 5 Mar 2018 09:54:59 +0000 (15:24 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 8 Mar 2018 08:33:42 +0000 (09:33 +0100)
commit67faecc3059b419bc969c4af3994810fad8e4f42
tree617822d9ad1c67400e6206f3596e6153333d5a1f
parent90d43e6e7fd1370094bcb2ac8f3490877581f7db
arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or more

NAND erase was not happening for size 1GiB or more. Erase
command was executing successfully but in actual, it was not
erasing.
This patch fixed erase issue for 1 GiB or more size nand.

Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mtd/nand/arasan_nfc.c