]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/dbau1x00/dbau1x00.c
Fixed mips_io_port_base build errors.
[karo-tx-uboot.git] / board / dbau1x00 / dbau1x00.c
index d29e8d591e31146b0fb5ea6cf56b042d5d6cac0f..a13eeeb1232306ed84b219493d4367a50d071f4c 100644 (file)
@@ -25,6 +25,7 @@
 #include <command.h>
 #include <asm/au1x00.h>
 #include <asm/mipsregs.h>
+#include <asm/io.h>
 
 long int initdram(int board_type)
 {
@@ -77,6 +78,9 @@ int checkboard (void)
        default:
                printf ("Unsupported cpu %d, proc_id=0x%x\n", proc_id >> 24, proc_id);
        }
+
+       set_io_port_base(0);
+
 #ifdef CONFIG_IDE_PCMCIA
        /* Enable 3.3 V on slot 0 ( VCC )
           No 5V */