From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 27 Aug 2012 09:45:48 -0700 Subject: [U-Boot] [PATCH v2 04/12] SPL: Add NOR flash booting support In-Reply-To: <1346064667-29692-5-git-send-email-sr@denx.de> References: <1346064667-29692-1-git-send-email-sr@denx.de> <1346064667-29692-5-git-send-email-sr@denx.de> Message-ID: <20120827164548.GE24666@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Aug 27, 2012 at 12:50:59PM +0200, Stefan Roese wrote: > SPL NOR flash booting support is quite simple. Only copying of the > images is needed. > > On MPC5xxx we need to make sure to only use the standard memcpy() > implementation and not the MPC5xxx specific one. As the MPC5xxx > version has some complexity which is not needed for this SPL > booting. > > Signed-off-by: Stefan Roese Added to my v5 series, thanks! -- Tom