aboutsummaryrefslogtreecommitdiff
path: root/board/ep88x/u-boot.lds
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-06-04 00:31:07 +0200
committerWolfgang Denk <wd@denx.de>2009-06-09 23:10:01 +0200
commitde7cf709ebd3c01fbd094e8853dabb410c0370a1 (patch)
treef7b7677cd4bb22f18c60603e33b0261f68836345 /board/ep88x/u-boot.lds
parent7a2063bd80d3b58b2dd5d5e58f4411f8d250576c (diff)
EP88x: fix broken linker script
Signed-off-by: Wolfgang Denk <wd@denx.de> Tested-by: Mikhail Zaturenskiy <mzaturenskiy@shoppertrak.com>
Diffstat (limited to 'board/ep88x/u-boot.lds')
-rw-r--r--board/ep88x/u-boot.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ep88x/u-boot.lds b/board/ep88x/u-boot.lds
index dd62e5866..b3849deda 100644
--- a/board/ep88x/u-boot.lds
+++ b/board/ep88x/u-boot.lds
@@ -90,11 +90,13 @@ 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 = .;