From: Alexander Holler <holler@ahsoftware.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 1/3] arm926ejs: fix linker file for newer ld support
Date: Thu, 04 Nov 2010 11:46:08 +0100 [thread overview]
Message-ID: <4CD28EF0.5020506@ahsoftware.de> (raw)
In-Reply-To: <4CD28A3E.60406@ahsoftware.de>
Am 04.11.2010 11:26, schrieb Alexander Holler:
> 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)!
> -----------------------------------------------------------
So the suggested change from Steve Sakoman (reordered fix from Albert
Aribaud) still seems to be the one to prefer.
Here it is again:
--------------------------
arch/arm/cpu/arm926ejs/u-boot.lds | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/u-boot.lds
b/arch/arm/cpu/arm926ejs/u-boot.lds
index 72f45f8..eefdca9 100644
--- a/arch/arm/cpu/arm926ejs/u-boot.lds
+++ b/arch/arm/cpu/arm926ejs/u-boot.lds
@@ -46,7 +46,7 @@ SECTIONS
. = ALIGN(4);
__rel_dyn_start = .;
- .rel.dyn : { *(.rel.dyn) }
+ .rel.dyn : { *(.rel.*) }
__rel_dyn_end = .;
__dynsym_start = .;
--
1.7.2.2
--------------------------
Regards,
Alexander
next prev parent reply other threads:[~2010-11-04 10:46 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-03 18:24 [U-Boot] [PATCH V3 1/3] arm926ejs: fix linker file for newer ld support Albert Aribaud
2010-11-03 18:24 ` [U-Boot] [PATCH V3 2/3] tx25: " Albert Aribaud
2010-11-03 18:24 ` [U-Boot] [PATCH V3 3/3] tx25: increase u-boot NAND size to match current build sizes Albert Aribaud
2010-11-03 18:27 ` [U-Boot] [PATCH V3 1/3] arm926ejs: fix linker file for newer ld support Albert ARIBAUD
2010-11-04 10:26 ` Alexander Holler
2010-11-04 10:46 ` Alexander Holler [this message]
2010-11-04 12:40 ` Albert ARIBAUD
2010-11-04 12:47 ` Alexander Holler
2010-11-04 12:55 ` Albert ARIBAUD
2010-11-04 13:18 ` Alexander Holler
2010-11-04 16:56 ` Albert ARIBAUD
2010-11-04 18:37 ` Alexander Holler
2010-11-04 18:42 ` Alexander Holler
2010-11-04 19:20 ` Albert ARIBAUD
2010-11-04 19:39 ` Alexander Holler
2010-11-04 22:06 ` Albert ARIBAUD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4CD28EF0.5020506@ahsoftware.de \
--to=holler@ahsoftware.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox