mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 15:11:05 +02:00
Intel P3x chips use CFI 1.5 -- treat them the same way as 1.4 ones
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10947 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
11e9ebf430
commit
8e4e0ef0e9
@ -0,0 +1,11 @@
|
||||
--- linux-2.6.24.2/drivers/mtd/chips/cfi_cmdset_0001.c 2008-04-22 12:24:09.000000000 +0200
|
||||
+++ linux-2.6.24.2-owrt/drivers/mtd/chips/cfi_cmdset_0001.c 2008-04-22 19:47:38.000000000 +0200
|
||||
@@ -277,7 +277,7 @@
|
||||
return NULL;
|
||||
|
||||
if (extp->MajorVersion != '1' ||
|
||||
- (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
|
||||
+ (extp->MinorVersion < '0' || extp->MinorVersion > '5')) {
|
||||
printk(KERN_ERR " Unknown Intel/Sharp Extended Query "
|
||||
"version %c.%c.\n", extp->MajorVersion,
|
||||
extp->MinorVersion);
|
Loading…
x
Reference in New Issue
Block a user