summaryrefslogtreecommitdiffstats
path: root/board/mpc8641hpcn
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-12-12 11:02:20 -0600
committerJon Loeliger <jdl@freescale.com>2007-03-22 11:39:40 -0500
commit6eb1df835191d8ce4b81d5af40fa8e0fbe78e997 (patch)
tree4381fb54374d4330cda541cd3a05bbd15702838e /board/mpc8641hpcn
parent9964a4dd0d4ef5a037febaebf1aa494b1a72991c (diff)
downloadblackbird-obmc-uboot-6eb1df835191d8ce4b81d5af40fa8e0fbe78e997.tar.gz
blackbird-obmc-uboot-6eb1df835191d8ce4b81d5af40fa8e0fbe78e997.zip
Fix 8641HPCN problem with ld version 2.16
(Dot outside sections problem). This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540. Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/mpc8641hpcn')
-rw-r--r--board/mpc8641hpcn/u-boot.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/mpc8641hpcn/u-boot.lds b/board/mpc8641hpcn/u-boot.lds
index b34de8e0ac..13c1acf803 100644
--- a/board/mpc8641hpcn/u-boot.lds
+++ b/board/mpc8641hpcn/u-boot.lds
@@ -120,10 +120,12 @@ SECTIONS
_edata = .;
PROVIDE (edata = .);
+ . = .;
__u_boot_cmd_start = .;
.u_boot_cmd : { *(.u_boot_cmd) }
__u_boot_cmd_end = .;
+ . = .;
__start___ex_table = .;
__ex_table : { *(__ex_table) }
__stop___ex_table = .;
OpenPOWER on IntegriCloud