mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	workaround bogus CFI version for the wrt350nv2
SVN-Revision: 11457
This commit is contained in:
		
							parent
							
								
									354d78404a
								
							
						
					
					
						commit
						111f11d91f
					
				@ -0,0 +1,14 @@
 | 
			
		||||
--- a/drivers/mtd/chips/cfi_cmdset_0002.c
 | 
			
		||||
+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
 | 
			
		||||
@@ -323,8 +323,9 @@
 | 
			
		||||
 			return NULL;
 | 
			
		||||
 		}
 | 
			
		||||
 
 | 
			
		||||
-		if (extp->MajorVersion != '1' ||
 | 
			
		||||
-		    (extp->MinorVersion < '0' || extp->MinorVersion > '4')) {
 | 
			
		||||
+		if ((extp->MajorVersion != '0' && extp->MinorVersion != '0') &&
 | 
			
		||||
+		    (extp->MajorVersion != '1' ||
 | 
			
		||||
+		    (extp->MinorVersion < '0' || extp->MinorVersion > '4'))) {
 | 
			
		||||
 		        if (cfi->mfr == MANUFACTURER_SAMSUNG &&
 | 
			
		||||
 			    (extp->MajorVersion == '3' && extp->MinorVersion == '3')) {
 | 
			
		||||
 			    printk(KERN_NOTICE "  Newer Samsung flash detected, "
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user