Skip to content

Commit 964d6bd

Browse files
flat_dev_ddr_nand/defconfig: unset CONFIG_MTD_NAND_BLOCKCHECK
We have varified dhara itself manages bad block checking so we do not need mtd to manage bad block checking as it increases flash read operations. Signed-off-by: Aditya Singh <aditya.s4@samsung.com> Signed-off-by: Aashish Lakhwara <aashish.l@samsung.com>
1 parent f80b5e8 commit 964d6bd

File tree

1 file changed

+1
-1
lines changed
  • build/configs/rtl8730e/flat_dev_ddr_nand

1 file changed

+1
-1
lines changed

build/configs/rtl8730e/flat_dev_ddr_nand/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ CONFIG_MTD_NAND_MAXNUMPAGESPERBLOCK=64
11931193
CONFIG_MTD_NAND_MAXPAGEDATASIZE=2048
11941194
CONFIG_MTD_NAND_MAXPAGESPARESIZE=128
11951195
CONFIG_MTD_NAND_MAXSPAREECCBYTES=64
1196-
CONFIG_MTD_NAND_BLOCKCHECK=y
1196+
#CONFIG_MTD_NAND_BLOCKCHECK=y
11971197
CONFIG_MTD_NAND_ERASE_SIZE=y
11981198
# CONFIG_MTD_NAND_SWECC is not set
11991199
# CONFIG_MTD_NAND_HWECC is not set

0 commit comments

Comments
 (0)