diff options
author | Richard Genoud <richard.genoud@gmail.com> | 2012-11-29 23:18:32 +0000 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2012-12-09 22:38:27 +0100 |
commit | bcfc8976e5c86afd7f14c8a32fcd33baad0b482f (patch) | |
tree | 811cd1d20eef2f72e63aa0509c4098987de8a63f /board/atmel | |
parent | b8a7c467960ffb4d5a5e1eef5f7783fb6f594542 (diff) | |
download | u-boot-imx-bcfc8976e5c86afd7f14c8a32fcd33baad0b482f.zip u-boot-imx-bcfc8976e5c86afd7f14c8a32fcd33baad0b482f.tar.gz u-boot-imx-bcfc8976e5c86afd7f14c8a32fcd33baad0b482f.tar.bz2 |
at91sam9x5: enable USB support for 9x5ek board.
Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Acked-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'board/atmel')
-rw-r--r-- | board/atmel/at91sam9x5ek/at91sam9x5ek.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/atmel/at91sam9x5ek/at91sam9x5ek.c b/board/atmel/at91sam9x5ek/at91sam9x5ek.c index edb0886..8773e6f 100644 --- a/board/atmel/at91sam9x5ek/at91sam9x5ek.c +++ b/board/atmel/at91sam9x5ek/at91sam9x5ek.c @@ -295,6 +295,9 @@ int board_init(void) at91_macb_hw_init(); #endif +#if defined(CONFIG_USB_OHCI_NEW) || defined(CONFIG_USB_EHCI) + at91_uhp_hw_init(); +#endif #ifdef CONFIG_LCD at91sam9x5ek_lcd_hw_init(); #endif |