[U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-11 Thread Masahiro Yamada
Masahiro Yamada (5): ARM: stm32: remove unused CONFIG_AUTOBOOT autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves tools: fix define2mk.sed to not add quotes around negative integers autoboot: fix a bunch of misconversion of CONFIG_BOOTDELAY autoboot: add CONFIG_AUTOBOOT to allow to

Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-12 Thread Tom Rini
On Sat, Jun 11, 2016 at 06:44:07PM +0900, Masahiro Yamada wrote: > > Masahiro Yamada (5): > ARM: stm32: remove unused CONFIG_AUTOBOOT > autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves > tools: fix define2mk.sed to not add quotes around negative integers > autoboot: fix a bunch of

Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-12 Thread Masahiro Yamada
Hi Tom, 2016-06-13 6:07 GMT+09:00 Masahiro Yamada : > Hi Tom, > > 2016-06-13 1:50 GMT+09:00 Tom Rini : >> On Sat, Jun 11, 2016 at 06:44:07PM +0900, Masahiro Yamada wrote: >> >>> >>> Masahiro Yamada (5): >>> ARM: stm32: remove unused CONFIG_AUTOBOOT >>> autoboot: follow-up cleanup after CONFIG

Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-12 Thread Masahiro Yamada
Hi Tom, 2016-06-13 1:50 GMT+09:00 Tom Rini : > On Sat, Jun 11, 2016 at 06:44:07PM +0900, Masahiro Yamada wrote: > >> >> Masahiro Yamada (5): >> ARM: stm32: remove unused CONFIG_AUTOBOOT >> autoboot: follow-up cleanup after CONFIG_BOOTDELAY moves >> tools: fix define2mk.sed to not add quotes

Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-13 Thread Heiko Schocher
Hello Masahiro, Am 13.06.2016 um 01:15 schrieb Masahiro Yamada: Hi Tom, 2016-06-13 6:07 GMT+09:00 Masahiro Yamada : Hi Tom, 2016-06-13 1:50 GMT+09:00 Tom Rini : On Sat, Jun 11, 2016 at 06:44:07PM +0900, Masahiro Yamada wrote: Masahiro Yamada (5): ARM: stm32: remove unused CONFIG_AUTOB

Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-13 Thread yamada.masahiro
ong; M.Hasewinkel (MHA); Alban Bedel; Daniel Allred; TsiChung Liew > Subject: Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted > CONFIG_BOOTDELAY > > Hello Masahiro, > > Am 13.06.2016 um 01:15 schrieb Masahiro Yamada: > > Hi Tom, > > > > > > 2016-0

Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-13 Thread Heiko Schocher
de Jong; M.Hasewinkel (MHA); Alban Bedel; Daniel Allred; TsiChung Liew Subject: Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY Hello Masahiro, Am 13.06.2016 um 01:15 schrieb Masahiro Yamada: Hi Tom, 2016-06-13 6:07 GMT+09:00 Masahiro Yamada : Hi Tom, 2016-06-13 1

Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-13 Thread Tom Rini
On Mon, Jun 13, 2016 at 08:15:43AM +0900, Masahiro Yamada wrote: > Hi Tom, > > > 2016-06-13 6:07 GMT+09:00 Masahiro Yamada : > > Hi Tom, > > > > 2016-06-13 1:50 GMT+09:00 Tom Rini : > >> On Sat, Jun 11, 2016 at 06:44:07PM +0900, Masahiro Yamada wrote: > >> > >>> > >>> Masahiro Yamada (5): > >>>

Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-13 Thread Wolfgang Denk
Dear Tom, In message <20160613124715.GT11619@bill-the-cat> you wrote: > > > BTW, would you consider changing the default of BOOTDELAY > > from 0 to 3 ? > > I'm going to move it over to 2 as I want to encourage people in general > to move over to the distro defaults values. I'm not sure if such

Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-13 Thread Hans de Goede
Hi, On 13-06-16 15:07, Wolfgang Denk wrote: Dear Tom, In message <20160613124715.GT11619@bill-the-cat> you wrote: BTW, would you consider changing the default of BOOTDELAY from 0 to 3 ? I'm going to move it over to 2 as I want to encourage people in general to move over to the distro defau

Re: [U-Boot] [PATCH v2 0/5] Urgent fixes for misconverted CONFIG_BOOTDELAY

2016-06-13 Thread Tom Rini
On Mon, Jun 13, 2016 at 03:51:31PM +0200, Hans de Goede wrote: > Hi, > > On 13-06-16 15:07, Wolfgang Denk wrote: > >Dear Tom, > > > >In message <20160613124715.GT11619@bill-the-cat> you wrote: > >> > >>>BTW, would you consider changing the default of BOOTDELAY > >>>from 0 to 3 ? > >> > >>I'm going