mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
AT91: fix at91sam9g45.h to include USB Host defines
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
This commit is contained in:
parent
eb6e608b32
commit
55d11d22ca
1 changed files with 3 additions and 1 deletions
|
@ -144,7 +144,9 @@
|
|||
* Other misc defines
|
||||
*/
|
||||
#define ATMEL_PIO_PORTS 5 /* this SoCs has 5 PIO */
|
||||
|
||||
#define ATMEL_BASE_PIO ATMEL_BASE_PIOA
|
||||
#define ATMEL_PMC_UHP AT91SAM926x_PMC_UHP
|
||||
#define ATMEL_ID_UHP ATMEL_ID_UHPHS
|
||||
/*
|
||||
* Cpu Name
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue