Skip to content
Snippets Groups Projects
Commit e8da58f2 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix build problems with mp2usb board


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent 6bf4c686
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,10 @@
#include <usb.h>
#include "usb_ohci.h"
#ifdef CONFIG_AT91RM9200
#include <asm/arch/hardware.h> /* needed for AT91_USB_HOST_BASE */
#endif
#if defined(CONFIG_ARM920T) || \
defined(CONFIG_S3C2400) || \
defined(CONFIG_S3C2410) || \
......
......@@ -24,8 +24,6 @@
#ifndef __ASSEMBLY__
#include "AT91RM9200.h"
#else
#include "AT91RM9200_inc.h"
#endif
/* Virtual and Physical base address for system peripherals */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment