]> Git Repo - u-boot.git/commit
mtd: Update fail_addr when erase fails due to bad blocks
authorFarhan Ali <[email protected]>
Wed, 24 Feb 2021 23:25:53 +0000 (15:25 -0800)
committerTom Rini <[email protected]>
Mon, 12 Apr 2021 21:17:11 +0000 (17:17 -0400)
commitc146de48727da66ea7dc43f12bd41814cff2faa8
treee8dda04332332209a06314f9bc6a2d33aea4948c
parentbedab97a21d2c672a4ae96155bf3b53af86752f0
mtd: Update fail_addr when erase fails due to bad blocks

For all other erase failures, the fail_addr is updated with the
failing address. Only in the case of erase failure due to bad block
detection, the fail_addr is not updated. This change simply updates
the fail_addr for this specific scenario so that it is consistent with
the rest of the code.

Signed-off-by: Farhan Ali <[email protected]>
drivers/mtd/nand/raw/nand_base.c
This page took 0.034593 seconds and 4 git commands to generate.