commit | 807d5d7319330e336ab34a5623c5e0d73b87d540 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Wed Aug 31 12:28:00 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Wed Aug 31 12:28:00 2005 +0200 |
tree | bbd6ce9eb6005664667482dc9fdd6202cfd6e34d | |
parent | bce84c4dab92062bc5ae7608c4a2508803b1225e [diff] [blame] |
Fix problems with ld version 2.16 (dot outside sections problem) Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
diff --git a/board/at91rm9200dk/u-boot.lds b/board/at91rm9200dk/u-boot.lds index 76df6b2..f4fbf96 100644 --- a/board/at91rm9200dk/u-boot.lds +++ b/board/at91rm9200dk/u-boot.lds
@@ -45,6 +45,7 @@ . = ALIGN(4); .got : { *(.got) } + . = .; __u_boot_cmd_start = .; .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .;