Re: [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-26 Thread Evgeni Dobrev
> On 08/19/15 07:35, Simon Glass wrote: > All boards should be converted to generic board by now. Change the rest > over. If this causes run-time breakages then we can remove those boards. > > Signed-off-by: Simon Glass For the nas220 board: Acked-by: Evgeni Dobrev Thanks, evgeni ___

Re: [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-26 Thread Simon Glass
Hi, On 25 August 2015 at 01:44, Christian Riesch wrote: > Hi Simon, > > On Wed, Aug 19, 2015 at 6:35 AM, Simon Glass wrote: >> All boards should be converted to generic board by now. Change the rest >> over. If this causes run-time breakages then we can remove those boards. > > Why not just remo

Re: [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-26 Thread Stefano Babic
On 19/08/2015 06:35, Simon Glass wrote: > All boards should be converted to generic board by now. Change the rest > over. If this causes run-time breakages then we can remove those boards. > > Signed-off-by: Simon Glass > --- > For boards I am maintainer (flea3, mx51evk, mcx, woodburn): Acked-

Re: [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-26 Thread Paul Kocialkowski
Le mercredi 26 août 2015 à 10:40 +0300, Igor Grinberg a écrit : > On 08/19/15 07:35, Simon Glass wrote: > > All boards should be converted to generic board by now. Change the rest > > over. If this causes run-time breakages then we can remove those boards. > > > > Signed-off-by: Simon Glass > >

Re: [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-26 Thread Igor Grinberg
On 08/19/15 07:35, Simon Glass wrote: > All boards should be converted to generic board by now. Change the rest > over. If this causes run-time breakages then we can remove those boards. > > Signed-off-by: Simon Glass For the compulab part: Acked-by: Igor Grinberg -- Regards, Igor. ___

Re: [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-25 Thread Masahiro Yamada
2015-08-22 5:44 GMT+09:00 Masahiro Yamada : > Hi Simon, > > > 2015-08-22 2:53 GMT+09:00 Simon Glass : >> Hi Masahiro, >> >> On 19 August 2015 at 19:36, Masahiro Yamada >> wrote: >>> 2015-08-19 13:35 GMT+09:00 Simon Glass : All boards should be converted to generic board by now. Change the res

Re: [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-25 Thread Christian Riesch
Hi Simon, On Wed, Aug 19, 2015 at 6:35 AM, Simon Glass wrote: > All boards should be converted to generic board by now. Change the rest > over. If this causes run-time breakages then we can remove those boards. Why not just remove these apparently unmaintained boards, as announced in [1]? Regar

Re: [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-21 Thread Masahiro Yamada
Hi Simon, 2015-08-22 2:53 GMT+09:00 Simon Glass : > Hi Masahiro, > > On 19 August 2015 at 19:36, Masahiro Yamada > wrote: >> 2015-08-19 13:35 GMT+09:00 Simon Glass : >>> All boards should be converted to generic board by now. Change the rest >>> over. If this causes run-time breakages then we ca

Re: [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-21 Thread Simon Glass
Hi Masahiro, On 19 August 2015 at 19:36, Masahiro Yamada wrote: > 2015-08-19 13:35 GMT+09:00 Simon Glass : >> All boards should be converted to generic board by now. Change the rest >> over. If this causes run-time breakages then we can remove those boards. >> >> Signed-off-by: Simon Glass > > >

Re: [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-20 Thread Masahiro Yamada
2015-08-19 13:35 GMT+09:00 Simon Glass : > All boards should be converted to generic board by now. Change the rest > over. If this causes run-time breakages then we can remove those boards. > > Signed-off-by: Simon Glass With this, we will lose reason to drop old unmaintained boards that might b

[U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

2015-08-19 Thread Simon Glass
All boards should be converted to generic board by now. Change the rest over. If this causes run-time breakages then we can remove those boards. Signed-off-by: Simon Glass --- Changes in v2: - Drop changes to digsy_mtc and xilinx-ppc - Add changes to smartweb and sniper arch/Kconfig