patch-2.3.99-pre9 linux/arch/ppc/mbxboot/embed_config.c
Next file: linux/arch/ppc/mbxboot/gzimage.c
Previous file: linux/arch/ppc/mbxboot/Makefile
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Sun May 21 20:55:06 2000
- Orig file:
v2.3.99-pre8/linux/arch/ppc/mbxboot/embed_config.c
- Orig date:
Thu May 11 15:30:06 2000
diff -u --recursive --new-file v2.3.99-pre8/linux/arch/ppc/mbxboot/embed_config.c linux/arch/ppc/mbxboot/embed_config.c
@@ -236,12 +236,12 @@
* here for those people that may load the kernel with
* a JTAG/COP tool and not the rom monitor.
*/
- 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;
+ 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;
#endif
cp = (u_char *)def_enet_addr;
@@ -250,3 +250,4 @@
}
}
#endif /* EST8260 */
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)