summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2007-04-03 14:28:39 +0200
committerMarkus Klotzbuecher <mk@pollux.denx.de>2007-04-03 14:28:39 +0200
commit72c5e39c835f8257f8833411773902ce0e1ccbc3 (patch)
tree0f606c714e0f6988dc7552955c2f8d52ad867ac1 /board
parent822af351ad2babc7d99033361a5fcacd30f6bc78 (diff)
parent6db7d0af2336c126e4d4b2f248cc23516bdd46a8 (diff)
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'board')
-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 b34de8e0ac9..13c1acf803a 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 = .;