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

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)