From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 15 Mar 2012 14:12:55 -0500 Subject: [U-Boot] [PATCH v4 23/27] Adjust board_f for ppc In-Reply-To: <1331777784-8528-24-git-send-email-sjg@chromium.org> References: <1331777784-8528-1-git-send-email-sjg@chromium.org> <1331777784-8528-24-git-send-email-sjg@chromium.org> Message-ID: <4F623F37.5070904@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/14/2012 09:16 PM, Simon Glass wrote: > This adds ppc features to the generic pre-relocation board init. This is making this file look not very generic. Can we factor out the parts that are actually generic and leave the rest in arch code, rather than create a mess of ifdefs? -Scott