From de7cf709ebd3c01fbd094e8853dabb410c0370a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Thu, 4 Jun 2009 00:31:07 +0200 Subject: EP88x: fix broken linker script Signed-off-by: Wolfgang Denk Tested-by: Mikhail Zaturenskiy --- board/ep88x/u-boot.lds | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/ep88x') 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 = .; -- cgit v1.2.3