Re: [PATCH v2 2/7] ARM: uemd: add DEBUG_LL support

2014-05-30 Thread Holger Schurig
Oops, you're of course right! ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

Re: [PATCH v2 2/7] ARM: uemd: add DEBUG_LL support

2014-05-30 Thread Antony Pavlov
On Fri, 30 May 2014 08:09:21 +0200 Holger Schurig wrote: > 2014-05-22 21:48 GMT+02:00 Antony Pavlov : > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -203,6 +203,7 @@ config ARCH_UEMD > > select OFDEVICE > > select OFTREE > > select CLOCKSOURCE_UEMD > > +

Re: [PATCH v2 2/7] ARM: uemd: add DEBUG_LL support

2014-05-29 Thread Holger Schurig
2014-05-22 21:48 GMT+02:00 Antony Pavlov : > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -203,6 +203,7 @@ config ARCH_UEMD > select OFDEVICE > select OFTREE > select CLOCKSOURCE_UEMD > + select HAS_DEBUG_LL Why not putting this into the _defconfig? (On my de

[PATCH v2 2/7] ARM: uemd: add DEBUG_LL support

2014-05-22 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/arm/Kconfig | 1 + arch/arm/mach-uemd/include/mach/debug_ll.h | 42 ++ 2 files changed, 43 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 81ee19b..c236a9e 100644 --- a/arch/arm/Kcon