[PATCH] MTD: Intel StrataFlash P33 is locked on bootup
Jared Hulbert
jaredeh at gmail.com
Wed Jan 30 12:19:54 EST 2008
> This will break cfi_cmdset_0002.c, which also uses MTD_STUPID_LOCK.
Oh. That should be fixed ;) Thanks for catching this. We need more
inclusive tests.
So if I add this hunk, it should work right?
diff --git a/drivers/mtd/chips/cfi_cmdset_0002.c
b/drivers/mtd/chips/cfi_cmdset_0002.c
index 796bfea..d072e87 100644
--- a/drivers/mtd/chips/cfi_cmdset_0002.c
+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
@@ -217,7 +217,7 @@ static void fixup_use_atmel_lock(struct mtd_info
*mtd, void *param)
{
mtd->lock = cfi_atmel_lock;
mtd->unlock = cfi_atmel_unlock;
- mtd->flags |= MTD_STUPID_LOCK;
+ mtd->flags |= MTD_POWERUP_LOCK;
}
More information about the linux-mtd
mailing list