]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/mips/lib/board.c
MIPS: drop incaip board
[karo-tx-uboot.git] / arch / mips / lib / board.c
index 9e6ba15acab5a0401e28614a12192083b99378dd..3200d87e30ae623267541949336118081885ab52 100644 (file)
@@ -27,12 +27,6 @@ ulong monitor_flash_len;
 
 static char *failed = "*** failed ***\n";
 
-/*
- * mips_io_port_base is the begin of the address space to which x86 style
- * I/O ports are mapped.
- */
-const unsigned long mips_io_port_base = -1;
-
 int __board_early_init_f(void)
 {
        /*
@@ -109,9 +103,6 @@ init_fnc_t *init_sequence[] = {
        board_early_init_f,
        timer_init,
        env_init,               /* initialize environment */
-#ifdef CONFIG_INCA_IP
-       incaip_set_cpuclk,      /* set cpu clock according to env. variable */
-#endif
        init_baudrate,          /* initialize baudrate settings */
        serial_init,            /* serial communications setup */
        console_init_f,