[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] ReL Re: [PATCH 3/4] xen/arm: enable early printk for sun6i
On Tue, 2013-06-18 at 00:35 -0600, Bamvor Jian Zhang wrote: > >> @@ -64,6 +64,11 @@ EARLY_PRINTK_INC := pl011 > >> EARLY_PRINTK_BAUD := 115200 > >> EARLY_UART_BASE_ADDRESS := 0xfff36000 > >> endif > >> +ifeq ($(CONFIG_EARLY_PRINTK), sun6i) > >> +EARLY_PRINTK_INC := sun6i > >> +EARLY_PRINTK_BAUD := 115200 > > > > Since you assume the bootloader did the init I don't think you use this? > it just a remider for me which the baudrate bootloader used. That's not unreasonable. You could stick it in a comment: # 8250 uart configured at 115200 by bootloader Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |