diff options
author | Reinhard Meyer <u-boot@emk-elektronik.de> | 2011-08-04 20:56:11 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-03 22:40:45 +0200 |
commit | 55d11d22ca08fdff59a9716f942e161e0bd614f6 (patch) | |
tree | fa5b3392cdd31a8486895d3b705b2df570710073 | |
parent | eb6e608b32b92fad645979894c71ffd15b4cb20a (diff) | |
download | u-boot-imx-55d11d22ca08fdff59a9716f942e161e0bd614f6.zip u-boot-imx-55d11d22ca08fdff59a9716f942e161e0bd614f6.tar.gz u-boot-imx-55d11d22ca08fdff59a9716f942e161e0bd614f6.tar.bz2 |
AT91: fix at91sam9g45.h to include USB Host defines
Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
-rw-r--r-- | arch/arm/include/asm/arch-at91/at91sam9g45.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-at91/at91sam9g45.h b/arch/arm/include/asm/arch-at91/at91sam9g45.h index 4df6b09..1aeedc0 100644 --- a/arch/arm/include/asm/arch-at91/at91sam9g45.h +++ b/arch/arm/include/asm/arch-at91/at91sam9g45.h @@ -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 */ |