]> git.sur5r.net Git - u-boot/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>
Fri, 23 Mar 2018 08:34:44 +0000 (09:34 +0100)
commit2453c695185f8fd8257f370b746acdfe5ee56408
tree673e0a6530842a72b23ab175318e280aeee94b22
parent2950e0b5a6426898265d267ed90370ce35b6691a
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