[POWERPC] Add Marvell mv64x60 udbg putc/getc functions
Commit 69331af
, "Fixes and cleanups for earlyprintk aka boot console",
resulted in printk output prior to the initialization of the mpsc
console driver not being printed. That commit causes the mpsc's
CON_PRINTBUFFER flag to be cleared since udbg should have printed
the previous output.
I guess we can no longer ignore udbg. :)
This patch provides udbg_putc() and udbg_getc() functions for the
Marvell mv64x60 chips. These functions are enabled if an mv64x60
port is to be used as the console as determined from the device tree.
Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
Acked-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:

committed by
Paul Mackerras

parent
e4533b243e
commit
9b41fcb0eb
@@ -151,6 +151,7 @@ define_machine(prpmc2800){
|
||||
.name = prpmc2800_platform_name,
|
||||
.probe = prpmc2800_probe,
|
||||
.setup_arch = prpmc2800_setup_arch,
|
||||
.init_early = mv64x60_init_early,
|
||||
.show_cpuinfo = prpmc2800_show_cpuinfo,
|
||||
.init_IRQ = mv64x60_init_irq,
|
||||
.get_irq = mv64x60_get_irq,
|
||||
|
Reference in New Issue
Block a user