From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 28 May 2013 19:11:42 +0200 (CEST) Subject: [U-Boot] [PATCH v2 4/6] arm: make __image_copy_{start, end} compiler-generated In-Reply-To: <1369724512-4047-5-git-send-email-albert.u.boot@aribaud.net> References: <1368561780-19104-1-git-send-email-albert.u.boot@aribaud.net> <1369724512-4047-1-git-send-email-albert.u.boot@aribaud.net> <1369724512-4047-2-git-send-email-albert.u.boot@aribaud.net> <1369724512-4047-3-git-send-email-albert.u.boot@aribaud.net> <1369724512-4047-4-git-send-email-albert.u.boot@aribaud.net> <1369724512-4047-5-git-send-email-albert.u.boot@aribaud.net> Message-ID: <1467441859.1262985.1369761102867.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 Tuesday, May 28, 2013 9:01:49 AM, Albert ARIBAUD wrote: > This change is only done where needed: some linker > scripts may contain __image_copy_{start,end} yet > remain unchanged. > > Also, __image_copy_end needs its own section; putting > it in relocation sections changes their flags and makes > relocation breaks. ^ break The rest of the patch is OK. Best regards, Beno?t