Re: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-07-03 Thread Ricardo Ribalda Delgado
Hi all On Fri, Jun 30, 2017 at 3:54 PM, Tom Rini wrote: > On Fri, Jun 30, 2017 at 03:50:28PM +0200, Ricardo Ribalda Delgado wrote: >> Hi >> >> On Thu, Jun 29, 2017 at 7:26 PM, Tom Rini wrote: >> >> >> > I also recall this. Ricardo? Do you still have interest here? >> > Otherwise I'm going to r

Re: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-06-30 Thread Ricardo Ribalda Delgado
Hi On Thu, Jun 29, 2017 at 7:26 PM, Tom Rini wrote: > I also recall this. Ricardo? Do you still have interest here? > Otherwise I'm going to remove these soon, thanks! This also makes me quite sad. It has been my first big contribution to OS. I personally do not have the time to maintain i

Re: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-06-30 Thread Tom Rini
On Fri, Jun 30, 2017 at 03:50:28PM +0200, Ricardo Ribalda Delgado wrote: > Hi > > On Thu, Jun 29, 2017 at 7:26 PM, Tom Rini wrote: > > > > I also recall this. Ricardo? Do you still have interest here? > > Otherwise I'm going to remove these soon, thanks! > > This also makes me quite sad. It

Re: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-06-29 Thread Tom Rini
On Tue, Jun 27, 2017 at 05:03:27PM +0200, Michal Simek wrote: > On 27.6.2017 16:49, Heiko Schocher wrote: > > There was for long time no activity in the 4xx area. > > We need to go further and convert to Kconfig, but it > > turned out, nobody is interested anymore in 4xx, > > so remove it. > > Ack

Re: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-06-27 Thread Stefan Roese
Hi Heiko, On 27.06.2017 16:49, Heiko Schocher wrote: There was for long time no activity in the 4xx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in 4xx, so remove it. While at it, found drivers/block/sil680.c is not used anymore, so remove

Re: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-06-27 Thread Michal Simek
On 27.6.2017 16:49, Heiko Schocher wrote: > There was for long time no activity in the 4xx area. > We need to go further and convert to Kconfig, but it > turned out, nobody is interested anymore in 4xx, > so remove it. Acked-by: Michal Simek for Xilinx part Note: Ricardo wanted to have xilinx pp

[U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-06-27 Thread Heiko Schocher
There was for long time no activity in the 4xx area. We need to go further and convert to Kconfig, but it turned out, nobody is interested anymore in 4xx, so remove it. While at it, found drivers/block/sil680.c is not used anymore, so remove it here too. Patch compiles clean on travis Heiko Sch