From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 5 Feb 2012 13:05:13 +0100 Subject: [U-Boot] [PATCH] arm: Add option to disable code relocation In-Reply-To: <201202050239.46251.vapier@gentoo.org> References: <1328424259-12914-1-git-send-email-sjg@chromium.org> <201202050239.46251.vapier@gentoo.org> Message-ID: <201202051305.13462.marek.vasut@gmail.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 Sunday 05 February 2012 01:44:19 Simon Glass wrote: > > This permits disabling the code relation in U-Boot which is useful when > > debugging with an ICE. > > > > To use it define CONFIG_SYS_SKIP_ARM_RELOCATION in your board. > > any reason for "ARM" in there ? Because this is only for ARM? M