mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	at91rm9200ek: enbable USB support
This patch enables USB for at91rm9200ek board. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
This commit is contained in:
		
							parent
							
								
									ab8fe79c99
								
							
						
					
					
						commit
						3b83522bcf
					
				@ -122,6 +122,7 @@
 | 
				
			|||||||
#define CONFIG_CMD_FAT
 | 
					#define CONFIG_CMD_FAT
 | 
				
			||||||
#define CONFIG_CMD_MII
 | 
					#define CONFIG_CMD_MII
 | 
				
			||||||
#define CONFIG_CMD_PING
 | 
					#define CONFIG_CMD_PING
 | 
				
			||||||
 | 
					#define CONFIG_CMD_USB
 | 
				
			||||||
#undef CONFIG_CMD_FPGA
 | 
					#undef CONFIG_CMD_FPGA
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
@ -145,6 +146,20 @@
 | 
				
			|||||||
#define CONFIG_SYS_MAX_FLASH_SECT	256
 | 
					#define CONFIG_SYS_MAX_FLASH_SECT	256
 | 
				
			||||||
#define CONFIG_SYS_FLASH_PROTECTION
 | 
					#define CONFIG_SYS_FLASH_PROTECTION
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * USB Config
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					#define CONFIG_USB_ATMEL			1
 | 
				
			||||||
 | 
					#define CONFIG_USB_OHCI_NEW			1
 | 
				
			||||||
 | 
					#define CONFIG_USB_KEYBOARD			1
 | 
				
			||||||
 | 
					#define CONFIG_USB_STORAGE			1
 | 
				
			||||||
 | 
					#define CONFIG_DOS_PARTITION			1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define CONFIG_SYS_USB_OHCI_CPU_INIT		1
 | 
				
			||||||
 | 
					#define CONFIG_SYS_USB_OHCI_REGS_BASE		AT91_USB_HOST_BASE
 | 
				
			||||||
 | 
					#define CONFIG_SYS_USB_OHCI_SLOT_NAME		"at91rm9200"
 | 
				
			||||||
 | 
					#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS	15
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Environment Settings
 | 
					 * Environment Settings
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user