[U-Boot] [PATCH 3/3] PXA: Declare __io for vpac270 IDE
Marek Vasut
marek.vasut at gmail.com
Sun Aug 8 15:55:52 CEST 2010
Signed-off-by: Marek Vasut <marek.vasut at gmail.com>
---
include/configs/vpac270.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h
index 6d02995..d3e22d9 100644
--- a/include/configs/vpac270.h
+++ b/include/configs/vpac270.h
@@ -228,6 +228,8 @@
#undef CONFIG_IDE_LED
#undef CONFIG_IDE_RESET
+#define __io
+
#define CONFIG_SYS_IDE_MAXBUS 1
#define CONFIG_SYS_IDE_MAXDEVICE 1
--
1.7.1
More information about the U-Boot
mailing list