summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-03-31 16:34:49 +0000
committerwdenk <wdenk>2003-03-31 16:34:49 +0000
commit85ec0bcc1bc40a67368461fee0435d79305168b1 (patch)
tree084062015af4a61080c48c1796dcffbc90ab02f1 /drivers
parent506f044131515a80c7c8479a84df028be880b34e (diff)
downloadtalos-obmc-uboot-85ec0bcc1bc40a67368461fee0435d79305168b1.tar.gz
talos-obmc-uboot-85ec0bcc1bc40a67368461fee0435d79305168b1.zip
* Patch by Arun Dharankar, 24 Mar 2003:
- add threads / scheduler example code * Add patches by Robert Schwebel, 31 Mar 2003: - add ctrl-c support for kermit download - align bdinfo output on ARM * Add CPU ID, version, and clock speed for INCA-IP
Diffstat (limited to 'drivers')
-rw-r--r--drivers/at91rm9200_ether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/at91rm9200_ether.c b/drivers/at91rm9200_ether.c
index 1b3e87f39a..f92008e34f 100644
--- a/drivers/at91rm9200_ether.c
+++ b/drivers/at91rm9200_ether.c
@@ -1,7 +1,7 @@
#include <common.h>
#include <command.h>
-#include <AT91RM9200.h>
+#include <asm/io.h>
#include <net.h>
/* ----- Ethernet Buffer definitions ----- */
OpenPOWER on IntegriCloud