From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fuchs Date: Wed, 5 Mar 2014 15:35:12 +0100 Subject: [U-Boot] [PATCH] ppc4xx: Remove 4xx NAND booting support In-Reply-To: <1393943675-23784-1-git-send-email-sr@denx.de> References: <1393943675-23784-1-git-send-email-sr@denx.de> Message-ID: <53173620.4000605@esd.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefan, On 04.03.2014 15:34, Stefan Roese wrote: > As ppc4xx currently only supports the deprecated nand_spl infrastructure > and nobody seems to have time / resources to port this over to the newer > SPL infrastructure, lets remove NAND booting completely. > > This should not affect the "normal", non NAND-booting ppc4xx platforms > that are currently supported. > > Signed-off-by: Stefan Roese > Cc: Wolfgang Denk > Cc: Tirumala Marri > Cc: Matthias Fuchs > Cc: Masahiro Yamada > Cc: Tom Rini I used this chance to test today's U-Boot master with your patch on our PMC440 board. I do not see any problems related to your patch. So you may add Tested-by: Matthias Fuchs Matthias