[U-Boot] [PATCH 1/8] arm/km: drop unneeded define

2014-01-27 Thread Holger Brunck
CONFIG_BOOTCOUNT_LIMIT is used on all boards from this board series. So remove this unneeded define. Signed-off-by: Holger Brunck --- board/keymile/km_arm/km_arm.c | 4 1 file changed, 4 deletions(-) diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c index 5620737..

Re: [U-Boot] [PATCH 1/8] arm/km: drop unneeded define

2014-02-13 Thread Albert ARIBAUD
Hi Holger, For the whole series: shouldn't the keymile boards maintainer be CC:ed? On Mon, 27 Jan 2014 16:58:22 +0100, Holger Brunck wrote: > CONFIG_BOOTCOUNT_LIMIT is used on all boards from this board series. So > remove this unneeded define. What if a new board/config does not want to use a

Re: [U-Boot] [PATCH 1/8] arm/km: drop unneeded define

2014-02-13 Thread Holger Brunck
Hi Albert, On 02/13/2014 01:06 PM, Albert ARIBAUD wrote: > For the whole series: shouldn't the keymile boards maintainer be CC:ed? > > On Mon, 27 Jan 2014 16:58:22 +0100, Holger Brunck > wrote: > >> CONFIG_BOOTCOUNT_LIMIT is used on all boards from this board series. So >> remove this unneeded

Re: [U-Boot] [PATCH 1/8] arm/km: drop unneeded define

2014-02-13 Thread Albert ARIBAUD
Hi Holger, On Thu, 13 Feb 2014 13:10:51 +0100, Holger Brunck wrote: > Hi Albert, > > On 02/13/2014 01:06 PM, Albert ARIBAUD wrote: > > For the whole series: shouldn't the keymile boards maintainer be CC:ed? > > > > On Mon, 27 Jan 2014 16:58:22 +0100, Holger Brunck > > wrote: > > > >> CONFIG_

Re: [U-Boot] [PATCH 1/8] arm/km: drop unneeded define

2014-02-13 Thread Holger Brunck
Hi Albert, On 02/13/2014 01:14 PM, Albert ARIBAUD wrote: > On Thu, 13 Feb 2014 13:10:51 +0100, Holger Brunck >>> >>> What if a new board/config does not want to use a bootcount limit? >>> >> >> all keymile boards use this and I don't see a usecase now and in the future >> that >> a board don't ne

Re: [U-Boot] [PATCH 1/8] arm/km: drop unneeded define

2014-02-13 Thread Valentin Longchamp
On 02/13/2014 01:19 PM, Holger Brunck wrote: > Hi Albert, > > On 02/13/2014 01:14 PM, Albert ARIBAUD wrote: >> On Thu, 13 Feb 2014 13:10:51 +0100, Holger Brunck What if a new board/config does not want to use a bootcount limit? >>> >>> all keymile boards use this and I don't see a u