To make inb/outb and friends work. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- arch/ppc/include/asm/io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/ppc/include/asm/io.h b/arch/ppc/include/asm/io.h index d3473e5..98bf513 100644 --- a/arch/ppc/include/asm/io.h +++ b/arch/ppc/include/asm/io.h @@ -12,6 +12,7 @@ #define SIO_CONFIG_RA 0x398 #define SIO_CONFIG_RD 0x399 +#define _IO_BASE 0 #define readb(addr) in_8((volatile u8 *)(addr)) #define writeb(b,addr) out_8((volatile u8 *)(addr), (b)) -- 1.9.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox