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 <alagusan...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to