Re: [PATCH] ARM: at91: fix Kconfig.debug by adding DEBUG_AT91_UART option

2015-01-23 Thread Olof Johansson
Hi Nicolas, On Tue, Jan 20, 2015 at 2:54 AM, Nicolas Ferre wrote: > The DEBUG_AT91_UART Kconfig option was forgotten when moving the > AT91 debug-macro.S file. Add it and use it for the at91.S compilation. > > Reported-by: Paul Bolle > Signed-off-by: Nicolas Ferre > --- > Hi Alexandre, > Please

[PATCH] ARM: at91: fix Kconfig.debug by adding DEBUG_AT91_UART option

2015-01-20 Thread Nicolas Ferre
The DEBUG_AT91_UART Kconfig option was forgotten when moving the AT91 debug-macro.S file. Add it and use it for the at91.S compilation. Reported-by: Paul Bolle Signed-off-by: Nicolas Ferre --- Hi Alexandre, Please tell me if this patch makes sense to fix the lack of this DEBUG_AT91_UART Kconfig