summaryrefslogtreecommitdiffstats
path: root/board/psyent
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-31 12:28:00 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-31 12:28:00 +0200
commit807d5d7319330e336ab34a5623c5e0d73b87d540 (patch)
treebbd6ce9eb6005664667482dc9fdd6202cfd6e34d /board/psyent
parentbce84c4dab92062bc5ae7608c4a2508803b1225e (diff)
downloadblackbird-obmc-uboot-807d5d7319330e336ab34a5623c5e0d73b87d540.tar.gz
blackbird-obmc-uboot-807d5d7319330e336ab34a5623c5e0d73b87d540.zip
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
Diffstat (limited to 'board/psyent')
-rw-r--r--board/psyent/pci5441/u-boot.lds1
-rw-r--r--board/psyent/pk1c20/u-boot.lds1
2 files changed, 2 insertions, 0 deletions
diff --git a/board/psyent/pci5441/u-boot.lds b/board/psyent/pci5441/u-boot.lds
index b99b82c826..8f9cd8fa59 100644
--- a/board/psyent/pci5441/u-boot.lds
+++ b/board/psyent/pci5441/u-boot.lds
@@ -46,6 +46,7 @@ SECTIONS
* the initialization code relocates the command table as
* well -- admittedly, this is just pure laziness ;-)
*/
+ . = .;
__u_boot_cmd_start = .;
.u_boot_cmd :
{
diff --git a/board/psyent/pk1c20/u-boot.lds b/board/psyent/pk1c20/u-boot.lds
index b99b82c826..8f9cd8fa59 100644
--- a/board/psyent/pk1c20/u-boot.lds
+++ b/board/psyent/pk1c20/u-boot.lds
@@ -46,6 +46,7 @@ SECTIONS
* the initialization code relocates the command table as
* well -- admittedly, this is just pure laziness ;-)
*/
+ . = .;
__u_boot_cmd_start = .;
.u_boot_cmd :
{
OpenPOWER on IntegriCloud