[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 3/4] xen/arm: enable early printk for sun6i
resend it because of the typo in previous reply Ian Campbell wrote: > On Fri, 2013-05-31 at 20:53 +0800, Bamvor Jian Zhang wrote: >> enable early printk for sun6i base on the macro introduce by previous >> patch. > > FWIW I think you could squash them together. Ok. > >> Signed-off-by: Bamvor Jian Zhang <bjzhang@xxxxxxxx> >> --- >> xen/arch/arm/Rules.mk | 5 +++++ >> 1 file changed, 5 insertions(+) >> >> diff --git a/xen/arch/arm/Rules.mk b/xen/arch/arm/Rules.mk >> index 422ed04..59d29c4 100644 >> --- a/xen/arch/arm/Rules.mk >> +++ b/xen/arch/arm/Rules.mk >> @@ -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. i will remove it in next version. > >> +EARLY_UART_BASE_ADDRESS := 0x01c28000 >> +endif >> >> ifneq ($(EARLY_PRINTK_INC),) >> EARLY_PRINTK := y _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |