From: Tom Rini This fixes a lingering typo in arch/ppc/boot/simple/m8260_tty.c Signed-off-by: Tom Rini Signed-off-by: Andrew Morton --- 25-akpm/arch/ppc/boot/simple/m8260_tty.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ppc/boot/simple/m8260_tty.c~ppc32-fix-a-typo-on-8260 arch/ppc/boot/simple/m8260_tty.c --- 25/arch/ppc/boot/simple/m8260_tty.c~ppc32-fix-a-typo-on-8260 2005-03-15 22:22:53.000000000 -0800 +++ 25-akpm/arch/ppc/boot/simple/m8260_tty.c 2005-03-15 22:22:53.000000000 -0800 @@ -159,7 +159,7 @@ serial_init(int ignored, bd_t *bd) sccp->scc_sccm = 0; sccp->scc_scce = 0xffff; sccp->scc_dsr = 0x7e7e; - sccp->scc_pmsr = 0x3000; + sccp->scc_psmr = 0x3000; /* Wire BRG1 to SCC1. The console driver will take care of * others. _