|
|
@@ -11,7 +11,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
|
|
|
--- a/drivers/mtd/ubi/build.c
|
|
|
+++ b/drivers/mtd/ubi/build.c
|
|
|
-@@ -1207,6 +1207,48 @@ static struct mtd_info * __init open_mtd
|
|
|
+@@ -1207,6 +1207,49 @@ static struct mtd_info * __init open_mtd
|
|
|
return mtd;
|
|
|
}
|
|
|
|
|
|
@@ -43,6 +43,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
+
|
|
|
+ /* auto-add only media types where UBI makes sense */
|
|
|
+ if (mtd->type == MTD_NANDFLASH ||
|
|
|
++ mtd->type == MTD_NORFLASH ||
|
|
|
+ mtd->type == MTD_DATAFLASH ||
|
|
|
+ mtd->type == MTD_MLCNANDFLASH) {
|
|
|
+ mutex_lock(&ubi_devices_mutex);
|
|
|
@@ -60,7 +61,7 @@ Signed-off-by: Daniel Golle <[email protected]>
|
|
|
static int __init ubi_init(void)
|
|
|
{
|
|
|
int err, i, k;
|
|
|
-@@ -1290,6 +1332,12 @@ static int __init ubi_init(void)
|
|
|
+@@ -1290,6 +1333,12 @@ static int __init ubi_init(void)
|
|
|
}
|
|
|
}
|
|
|
|