Armada100: gplugD: Add FAT & EXT2 command support
This patch adds FAT and ext2 command support for marvell gplugD Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
This commit is contained in:
		
							parent
							
								
									099cb1eea9
								
							
						
					
					
						commit
						dbb87bbd8e
					
				| 
						 | 
					@ -73,6 +73,8 @@
 | 
				
			||||||
#define CONFIG_CMD_AUTOSCRIPT
 | 
					#define CONFIG_CMD_AUTOSCRIPT
 | 
				
			||||||
#undef CONFIG_CMD_FPGA
 | 
					#undef CONFIG_CMD_FPGA
 | 
				
			||||||
#define CONFIG_CMD_USB
 | 
					#define CONFIG_CMD_USB
 | 
				
			||||||
 | 
					#define CONFIG_CMD_EXT2
 | 
				
			||||||
 | 
					#define CONFIG_CMD_FAT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Disable DCACHE */
 | 
					/* Disable DCACHE */
 | 
				
			||||||
#define CONFIG_SYS_DCACHE_OFF
 | 
					#define CONFIG_SYS_DCACHE_OFF
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue