From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 27 Jun 2017 17:09:46 +0200 Subject: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support In-Reply-To: <1498574954-22963-1-git-send-email-hs@denx.de> References: <1498574954-22963-1-git-send-email-hs@denx.de> Message-ID: <6dcba409-784e-b45b-867f-bcf7e383c391@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 it here too. > > Patch compiles clean on travis Even though this makes me pretty sad, with all the effort that has been put into this platform support (the first one next to PPC8xx at that time btw), I see that no one is actually using this SoC in current designs any more. And therefore no one wants to spend some time on maintaining it. So lets remove it to make the way free for a more clean U-Boot implementation... ;) Acked-by: Stefan Roese Thanks, Stefan