mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
Fix build problems with mp2usb board
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
6bf4c686af
commit
e8da58f2bc
2 changed files with 4 additions and 2 deletions
|
@ -59,6 +59,10 @@
|
||||||
#include <usb.h>
|
#include <usb.h>
|
||||||
#include "usb_ohci.h"
|
#include "usb_ohci.h"
|
||||||
|
|
||||||
|
#ifdef CONFIG_AT91RM9200
|
||||||
|
#include <asm/arch/hardware.h> /* needed for AT91_USB_HOST_BASE */
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(CONFIG_ARM920T) || \
|
#if defined(CONFIG_ARM920T) || \
|
||||||
defined(CONFIG_S3C2400) || \
|
defined(CONFIG_S3C2400) || \
|
||||||
defined(CONFIG_S3C2410) || \
|
defined(CONFIG_S3C2410) || \
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
|
|
||||||
#ifndef __ASSEMBLY__
|
#ifndef __ASSEMBLY__
|
||||||
#include "AT91RM9200.h"
|
#include "AT91RM9200.h"
|
||||||
#else
|
|
||||||
#include "AT91RM9200_inc.h"
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Virtual and Physical base address for system peripherals */
|
/* Virtual and Physical base address for system peripherals */
|
||||||
|
|
Loading…
Add table
Reference in a new issue