patch-2.3.99-pre7 linux/arch/ppc/mbxboot/misc.c
Next file: linux/arch/ppc/mbxboot/pci.c
Previous file: linux/arch/ppc/mbxboot/m8260_tty.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Tue May 2 13:05:40 2000
- Orig file:
v2.3.99-pre6/linux/arch/ppc/mbxboot/misc.c
- Orig date:
Sat Oct 9 11:47:50 1999
diff -u --recursive --new-file v2.3.99-pre6/linux/arch/ppc/mbxboot/misc.c linux/arch/ppc/mbxboot/misc.c
@@ -20,6 +20,9 @@
#ifdef CONFIG_8xx
#include <asm/mpc8xx.h>
#endif
+#ifdef CONFIG_8260
+#include <asm/mpc8260.h>
+#endif
/*
* Please send me load/board info and such data for hardware not
@@ -230,6 +233,13 @@
char *cp, ch;
unsigned long i;
char *dp;
+
+#ifdef CONFIG_8260
+ /* I don't know why I didn't do it this way on the 8xx.......
+ */
+ embed_config(bp);
+ serial_init(bp);
+#endif
/* These values must be variables. If not, the compiler optimizer
* will remove some code, causing the size of the code to vary
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)