From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Thu, 04 Nov 2010 11:26:06 +0100 Subject: [U-Boot] [PATCH V3 1/3] arm926ejs: fix linker file for newer ld support In-Reply-To: <1288808663-15074-1-git-send-email-albert.aribaud@free.fr> References: <1288808663-15074-1-git-send-email-albert.aribaud@free.fr> Message-ID: <4CD28A3E.60406@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I've just tested that patch using my small test-patch: ----------------------------------------------------------- Marvell>> g 0x700000 ## Starting application at 0x00700000 ... U-Boot 2010.12-rc1-00037-g0ab2006 (Nov 04 2010 - 11:14:24) Seagate-DockStar SoC: Kirkwood 88F6281_A0 DRAM: 128 MiB (relocated) BSS is from 07fa8f60 to 07fef040 &monitor_flash_len: 00752f60 WARNING: relocation failed (&monitor_flash_len is outside reloctated BSS)! ----------------------------------------------------------- Regards, Alexander