From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 21 Feb 2012 14:12:44 +0100 Subject: [U-Boot] [PATCH v3 6/7] arm: add a common .lds link script In-Reply-To: <4F4397F4.3040301@aribaud.net> References: <1329805072-9572-7-git-send-email-sjg@chromium.org> <4F4397F4.3040301@aribaud.net> Message-ID: <4F43984C.7040509@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi again Simon, Le 21/02/2012 14:11, Albert ARIBAUD a ?crit : >> Two new symbols are introduced which are intended to eventually be >> defined on all architectures to make things easier for generic relocation >> and reduce special-case code for each architecture: >> >> __text_start is the start of the text area (equivalent to the existing >> _start on ARM). It marks the start of the region which must be copied >> to a new location during relocation. > > Please name it _image_copy_start, not __text_start Also, I realize this introduces two symbols which are not used within the same patch set. Amicalement, -- Albert.