mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-28 20:44:27 -04:00 
			
		
		
		
	Duplicate kernel 4.19 config and patches for kernel 5.4. Duplicate the devicetree source files as well, they need kernel 5.4 specific adjustments. Signed-off-by: Mathias Kresin <dev@kresin.me>
		
			
				
	
	
		
			12 lines
		
	
	
		
			309 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			309 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/drivers/mtd/chips/cfi_cmdset_0001.c
 | |
| +++ b/drivers/mtd/chips/cfi_cmdset_0001.c
 | |
| @@ -39,7 +39,7 @@
 | |
|  /* #define CMDSET0001_DISABLE_WRITE_SUSPEND */
 | |
|  
 | |
|  // debugging, turns off buffer write mode if set to 1
 | |
| -#define FORCE_WORD_WRITE 0
 | |
| +#define FORCE_WORD_WRITE 1
 | |
|  
 | |
|  /* Intel chips */
 | |
|  #define I82802AB	0x00ad
 |