patch-2.4.25 linux-2.4.25/arch/mips/lasat/prom.c
Next file: linux-2.4.25/arch/mips/lasat/setup.c
Previous file: linux-2.4.25/arch/mips/lasat/lasat_board.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
2004-02-18 05:36:30.000000000 -0800
-  Orig file: 
linux-2.4.24/arch/mips/lasat/prom.c
-  Orig date: 
2003-08-25 04:44:40.000000000 -0700
diff -urN linux-2.4.24/arch/mips/lasat/prom.c linux-2.4.25/arch/mips/lasat/prom.c
@@ -78,7 +78,7 @@
 {
 	u32 version = *(u32 *)(RESET_VECTOR + 0x90);
 
-	if (version == 306) {
+	if (version >= 306) {
 		prom_display = (void *)PROM_DISPLAY_ADDR;
 		prom_putc = (void *)PROM_PUTC_ADDR;
 		prom_printf = real_prom_printf;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)