patch-2.4.0-test9 linux/arch/ppc/mbxboot/misc.c
Next file: linux/arch/ppc/mm/extable.c
Previous file: linux/arch/ppc/lib/string.S
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Sep 17 09:48:07 2000
- Orig file:
v2.4.0-test8/linux/arch/ppc/mbxboot/misc.c
- Orig date:
Thu Jul 13 09:42:51 2000
diff -u --recursive --new-file v2.4.0-test8/linux/arch/ppc/mbxboot/misc.c linux/arch/ppc/mbxboot/misc.c
@@ -269,6 +269,11 @@
*/
#ifdef CONFIG_MBX
cmd_line = (char *)(load_addr - 0x10000);
+
+ /* To be like everyone else, we need one too, although this
+ * board information is passed from the boot rom.
+ */
+ bp->bi_baudrate = 9600;
#else
cmd_line = (char *)(0x200000);
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)