[U-Boot-Users] [PATCH] adsvix: Fix undefined reference to inb and outb build errors
Marcel Ziswiler
marcel at ziswiler.com
Fri May 2 02:31:49 CEST 2008
- undefined reference to `inb'
- undefined reference to `outb'
Signed-off-by: Marcel Ziswiler <marcel at ziswiler.com>
---
include/configs/adsvix.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/adsvix.h b/include/configs/adsvix.h
index 703d312..58914cb 100644
--- a/include/configs/adsvix.h
+++ b/include/configs/adsvix.h
@@ -310,6 +310,7 @@
#define CONFIG_PXA_PCMCIA 1
#define CONFIG_PXA_IDE 1
+#define __io
#define CONFIG_PCMCIA_SLOT_A 1
/* just to keep build system happy */
--
1.5.4.1
More information about the U-Boot
mailing list