From: Wolfgang Denk Date: Wed, 3 Jun 2009 22:31:07 +0000 (+0200) Subject: EP88x: fix broken linker script X-Git-Tag: v2009.06-rc3~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=de7cf709ebd3c01fbd094e8853dabb410c0370a1;p=u-boot EP88x: fix broken linker script Signed-off-by: Wolfgang Denk Tested-by: Mikhail Zaturenskiy --- diff --git a/board/ep88x/u-boot.lds b/board/ep88x/u-boot.lds index dd62e58668..b3849deda2 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 = .;