public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000
@ 2010-05-07 14:26 Thomas Weber
  2010-05-07 15:15 ` Wolfgang Denk
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Weber @ 2010-05-07 14:26 UTC (permalink / raw)
  To: u-boot

In commit a45dde2293c816138e53c26eca6fd0322583f9a6 the I/O accessor for
the DM9000 is changed.

The definition of __io is required to use the standard I/O accessors from
asm/io.h.

Signed-off-by: Thomas Weber <weber@corscience.de>
---
 include/configs/devkit8000.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 7d1332f..6e53c0d 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -31,6 +31,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+
 /* High Level Configuration Options */
 #define CONFIG_ARMCORTEXA8	1	/* This is an ARM V7 CPU core */
 #define CONFIG_OMAP		1	/* in a TI OMAP core */
@@ -79,6 +80,7 @@
 #define	CONFIG_DM9000_USE_16BIT		1
 #define CONFIG_DM9000_NO_SROM		1
 #undef	CONFIG_DM9000_DEBUG
+#define __io
 
 /* NS16550 Configuration */
 #define CONFIG_SYS_NS16550
-- 
1.6.4.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-05-11  8:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-07 14:26 [U-Boot] [PATCH] Devkit8000: Fix compilation after changes in dm9000 Thomas Weber
2010-05-07 15:15 ` Wolfgang Denk
2010-05-07 16:58   ` Thomas Weber
2010-05-07 19:11     ` Mike Frysinger
2010-05-11  3:19     ` Marek Vasut
2010-05-11  3:28     ` Marek Vasut
2010-05-11  3:47       ` Marek Vasut
2010-05-11  4:25         ` Marek Vasut
2010-05-11  8:46           ` Thomas Weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox