summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/Kconfig
diff options
context:
space:
mode:
authorRichard Genoud <richard.genoud@gmail.com>2012-08-20 18:00:14 +0200
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-09-04 09:39:01 +0300
commitedac493dfb48fe46d43fe6afabb8cfb2d1d4c048 (patch)
tree6652e8b2f92504fbe69566e59df982099507de4c /drivers/mtd/ubi/Kconfig
parentd2f588f9340ed23dfb6cda08b8a1917ef3e8527c (diff)
downloadop-kernel-dev-edac493dfb48fe46d43fe6afabb8cfb2d1d4c048.zip
op-kernel-dev-edac493dfb48fe46d43fe6afabb8cfb2d1d4c048.tar.gz
UBI: allow specifying bad PEBs limit using module parameter
This patch provides the possibility to adjust the "maximum expected number of bad blocks per 1024 blocks" (max_beb_per1024) for each mtd device. The majority of NAND devices have their max_beb_per1024 equal to 20, but sometimes it's more. Now, we can adjust that via a kernel parameter: ubi.mtd=<name|num|path>[,<vid_hdr_offs>[,max_beb_per1024]] Signed-off-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/ubi/Kconfig')
-rw-r--r--drivers/mtd/ubi/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/ubi/Kconfig b/drivers/mtd/ubi/Kconfig
index dcbaae3..3e185e4 100644
--- a/drivers/mtd/ubi/Kconfig
+++ b/drivers/mtd/ubi/Kconfig
@@ -51,6 +51,8 @@ config MTD_UBI_BEB_LIMIT
MTD partitions of the same size, UBI will reserve 40 eraseblocks when
attaching a partition.
+ This option can be overridden by the "mtd=" UBI module parameter.
+
Leave the default value if unsure.
config MTD_UBI_GLUEBI
OpenPOWER on IntegriCloud