Re: [PATCH v2 5/5] ARM: use early console instead of early debug in allmodconfig kernels

2014-10-28 Thread Arnd Bergmann
On Tuesday 28 October 2014 14:35:36 Russell King - ARM Linux wrote: > On Tue, Oct 28, 2014 at 03:29:01PM +0100, Arnd Bergmann wrote: > > On Tuesday 28 October 2014 14:05:36 Russell King - ARM Linux wrote: > > > On Tue, Oct 28, 2014 at 09:31:35PM +0800, Xia Kaixu wrote: > > > > The early debug

Re: [PATCH v2 5/5] ARM: use early console instead of early debug in allmodconfig kernels

2014-10-28 Thread Russell King - ARM Linux
On Tue, Oct 28, 2014 at 03:29:01PM +0100, Arnd Bergmann wrote: > On Tuesday 28 October 2014 14:05:36 Russell King - ARM Linux wrote: > > On Tue, Oct 28, 2014 at 09:31:35PM +0800, Xia Kaixu wrote: > > > The early debug could break something when booting 'allmodconfig' > > > kernels. So we use early

Re: [PATCH v2 5/5] ARM: use early console instead of early debug in allmodconfig kernels

2014-10-28 Thread Arnd Bergmann
On Tuesday 28 October 2014 14:05:36 Russell King - ARM Linux wrote: > On Tue, Oct 28, 2014 at 09:31:35PM +0800, Xia Kaixu wrote: > > The early debug could break something when booting 'allmodconfig' > > kernels. So we use early console instead of early debug. > > > > The early console didn't work

Re: [PATCH v2 5/5] ARM: use early console instead of early debug in allmodconfig kernels

2014-10-28 Thread Russell King - ARM Linux
On Tue, Oct 28, 2014 at 09:31:35PM +0800, Xia Kaixu wrote: > The early debug could break something when booting 'allmodconfig' > kernels. So we use early console instead of early debug. > > The early console didn't work yet on OMAP4460 because of missing > earlycon support and I am working on

[PATCH v2 5/5] ARM: use early console instead of early debug in allmodconfig kernels

2014-10-28 Thread Xia Kaixu
The early debug could break something when booting 'allmodconfig' kernels. So we use early console instead of early debug. The early console didn't work yet on OMAP4460 because of missing earlycon support and I am working on that. Signed-off-by: Xia Kaixu --- arch/arm/Kconfig.debug | 25

[PATCH v2 5/5] ARM: use early console instead of early debug in allmodconfig kernels

2014-10-28 Thread Xia Kaixu
The early debug could break something when booting 'allmodconfig' kernels. So we use early console instead of early debug. The early console didn't work yet on OMAP4460 because of missing earlycon support and I am working on that. Signed-off-by: Xia Kaixu kaixu@linaro.org ---

Re: [PATCH v2 5/5] ARM: use early console instead of early debug in allmodconfig kernels

2014-10-28 Thread Russell King - ARM Linux
On Tue, Oct 28, 2014 at 09:31:35PM +0800, Xia Kaixu wrote: The early debug could break something when booting 'allmodconfig' kernels. So we use early console instead of early debug. The early console didn't work yet on OMAP4460 because of missing earlycon support and I am working on that.

Re: [PATCH v2 5/5] ARM: use early console instead of early debug in allmodconfig kernels

2014-10-28 Thread Arnd Bergmann
On Tuesday 28 October 2014 14:05:36 Russell King - ARM Linux wrote: On Tue, Oct 28, 2014 at 09:31:35PM +0800, Xia Kaixu wrote: The early debug could break something when booting 'allmodconfig' kernels. So we use early console instead of early debug. The early console didn't work yet on

Re: [PATCH v2 5/5] ARM: use early console instead of early debug in allmodconfig kernels

2014-10-28 Thread Russell King - ARM Linux
On Tue, Oct 28, 2014 at 03:29:01PM +0100, Arnd Bergmann wrote: On Tuesday 28 October 2014 14:05:36 Russell King - ARM Linux wrote: On Tue, Oct 28, 2014 at 09:31:35PM +0800, Xia Kaixu wrote: The early debug could break something when booting 'allmodconfig' kernels. So we use early console

Re: [PATCH v2 5/5] ARM: use early console instead of early debug in allmodconfig kernels

2014-10-28 Thread Arnd Bergmann
On Tuesday 28 October 2014 14:35:36 Russell King - ARM Linux wrote: On Tue, Oct 28, 2014 at 03:29:01PM +0100, Arnd Bergmann wrote: On Tuesday 28 October 2014 14:05:36 Russell King - ARM Linux wrote: On Tue, Oct 28, 2014 at 09:31:35PM +0800, Xia Kaixu wrote: The early debug could break