Re: [RESEND PATCH 1/6] ARM: config: multi_v5: enable dynamic debug

2018-09-21 Thread Marcel Ziswiler
On Wed, 2018-08-15 at 18:29 -0700, Florian Fainelli wrote: > > On 08/14/2018 07:16 AM, Joe Perches wrote: > > On Tue, 2018-08-14 at 16:06 +0200, Marcel Ziswiler wrote: > > > From: Marcel Ziswiler > > > > > > Dynamic debug is really helpful. > > > > It's useful, but perhaps not appropriate. > >

Re: [RESEND PATCH 1/6] ARM: config: multi_v5: enable dynamic debug

2018-08-15 Thread Florian Fainelli
On 08/14/2018 07:16 AM, Joe Perches wrote: > On Tue, 2018-08-14 at 16:06 +0200, Marcel Ziswiler wrote: >> From: Marcel Ziswiler >> >> Dynamic debug is really helpful. > > It's useful, but perhaps not appropriate. > > Most arm configs are for small resource constrained systems. Yes, but multi

Re: [RESEND PATCH 1/6] ARM: config: multi_v5: enable dynamic debug

2018-08-14 Thread Joe Perches
On Tue, 2018-08-14 at 16:06 +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Dynamic debug is really helpful. It's useful, but perhaps not appropriate. Most arm configs are for small resource constrained systems. dynamic_debug adds a lot of additional text and a fair amount of data.

[RESEND PATCH 1/6] ARM: config: multi_v5: enable dynamic debug

2018-08-14 Thread Marcel Ziswiler
From: Marcel Ziswiler Dynamic debug is really helpful. Signed-off-by: Marcel Ziswiler --- arch/arm/configs/multi_v5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig index 318b76fa26d1..b302ac68d587 100644