]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/txx9/generic/setup.c
MIPS: TXx9: Add RBTX4939 board support
[linux-2.6-omap-h63xx.git] / arch / mips / txx9 / generic / setup.c
index 1ea06553a1e1f0385fe45ac93093f2a0207aec61..7a05c34c1dec06a884eec0cf731e6d8bb315ec59 100644 (file)
@@ -371,6 +371,11 @@ static void __init select_board(void)
        case 0x4938:
                txx9_board_vec = &rbtx4938_vec;
                break;
+#endif
+#ifdef CONFIG_TOSHIBA_RBTX4939
+       case 0x4939:
+               txx9_board_vec = &rbtx4939_vec;
+               break;
 #endif
        }
 #endif