mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	adm5120: add missing NULL terminator to partition parser list
Fixes #11372. SVN-Revision: 31574
This commit is contained in:
		
							parent
							
								
									22b2e3fbb9
								
							
						
					
					
						commit
						b393464fb4
					
				@ -100,6 +100,7 @@ static const char const *parse_types[] = {
 | 
				
			|||||||
#ifdef CONFIG_MTD_MYLOADER_PARTS
 | 
					#ifdef CONFIG_MTD_MYLOADER_PARTS
 | 
				
			||||||
	"MyLoader",
 | 
						"MyLoader",
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
						NULL,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define BANK_SIZE	(2<<20)
 | 
					#define BANK_SIZE	(2<<20)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user