[U-Boot] [PATCH 1/5] Davinci DM355 Build Error Fix
Alagu Sankar
alagusankar at embwise.com
Wed May 12 11:43:42 CEST 2010
Fixed the build process that is broken by the recent changes in DM9000 network
driver with __io(p) configuration option
Signed-off-by: Alagu Sankar <alagusankar at embwise.com>
---
include/configs/davinci_dm355evm.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/davinci_dm355evm.h b/include/configs/davinci_dm355evm.h
index 37011c0..3828a08 100644
--- a/include/configs/davinci_dm355evm.h
+++ b/include/configs/davinci_dm355evm.h
@@ -57,6 +57,7 @@
#define DM9000_IO CONFIG_DM9000_BASE
#define DM9000_DATA (CONFIG_DM9000_BASE + 2)
#define CONFIG_NET_MULTI
+#define __io(p) (p)
/* I2C */
#define CONFIG_HARD_I2C
--
1.6.0.6
More information about the U-Boot
mailing list