From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 1 Mar 2013 16:25:25 +0100 Subject: [U-Boot] [PATCH v8 29/31] arm1176: Remove unused MMU setup from start.S In-Reply-To: <1362139841-16540-29-git-send-email-benoit.thebaudeau@advansee.com> References: <1362139841-16540-1-git-send-email-benoit.thebaudeau@advansee.com> <1362139841-16540-29-git-send-email-benoit.thebaudeau@advansee.com> Message-ID: <20130301162525.2977128b@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. Amicalement, -- Albert.