Commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab

Authored by Wolfgang Denk
1 parent 6bf4c686af

Fix build problems with mp2usb board

Signed-off-by: Wolfgang Denk <wd@denx.de>

Showing 2 changed files with 4 additions and 2 deletions Side-by-side Diff

... ... @@ -59,6 +59,10 @@
59 59 #include <usb.h>
60 60 #include "usb_ohci.h"
61 61  
  62 +#ifdef CONFIG_AT91RM9200
  63 +#include <asm/arch/hardware.h> /* needed for AT91_USB_HOST_BASE */
  64 +#endif
  65 +
62 66 #if defined(CONFIG_ARM920T) || \
63 67 defined(CONFIG_S3C2400) || \
64 68 defined(CONFIG_S3C2410) || \
include/asm-arm/arch-at91rm9200/hardware.h
... ... @@ -24,8 +24,6 @@
24 24  
25 25 #ifndef __ASSEMBLY__
26 26 #include "AT91RM9200.h"
27   -#else
28   -#include "AT91RM9200_inc.h"
29 27 #endif
30 28  
31 29 /* Virtual and Physical base address for system peripherals */