From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Fri, 1 Mar 2013 16:23:28 +0100 (CET) Subject: [U-Boot] [PATCH v8 29/31] arm1176: Remove unused MMU setup from start.S In-Reply-To: <20130301162525.2977128b@lilith> References: <1362139841-16540-1-git-send-email-benoit.thebaudeau@advansee.com> <1362139841-16540-29-git-send-email-benoit.thebaudeau@advansee.com> <20130301162525.2977128b@lilith> Message-ID: <1072274020.214510.1362151408454.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, On Friday, March 1, 2013 4:25:25 PM, Albert ARIBAUD wrote: > Hi Beno?t, > > On Fri, 1 Mar 2013 13:10:38 +0100, Beno?t Th?baudeau > wrote: > > > Following the removal of the smdk6400 board, the MMU setup code in > > arm1176/start.S becomes unused, so move it to scrapyard. It will still be > > possible to restore it later from the Git history if necessary, in which > > case it > > should be moved out from the relocate_code() function. > > Avoid using "scrapyard" here, as 'scrapyard' is already being used for > whole board support removal (see doc/README.scrapyard), and this patch > is not about board support removal. OK, then I suppose that the same applies to 27/31. I will reword in v9. Best regards, Beno?t