patch-2.4.0-test2 linux/arch/ppc/mbxboot/embed_config.c

Next file: linux/arch/ppc/mbxboot/head_8260.S
Previous file: linux/arch/ppc/mbxboot/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/arch/ppc/mbxboot/embed_config.c linux/arch/ppc/mbxboot/embed_config.c
@@ -231,17 +231,17 @@
 	u_char	*cp;
 	int	i;
 
-#if 1
+#if 0
 	/* This is actually provided by my boot rom.  I have it
 	 * here for those people that may load the kernel with
 	 * a JTAG/COP tool and not the rom monitor.
 	 */
-	bd->bi_baudrate = 19200;
-	bd->bi_intfreq  = 165;
-	bd->bi_busfreq  = 33;
-	bd->bi_cpmfreq  = 132;
-	bd->bi_brgfreq  = bd->bi_cpmfreq / 2; /* BRGCLK = (CPM*2/4) */
-	bd->bi_memsize  = 16 * 1024 * 1024;
+	bd->bi_baudrate = 115200;
+	bd->bi_intfreq = 200;
+	bd->bi_busfreq = 66;
+	bd->bi_cpmfreq = 66;
+	bd->bi_brgfreq = 33;
+	bd->bi_memsize = 16 * 1024 * 1024;
 #endif
 
 	cp = (u_char *)def_enet_addr;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)