X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fwestel%2Famx860%2Fu-boot.lds;h=cdf550f67b57f61612a53b23634c62db6a138554;hb=7481266e4e4a1488ab197cc7beecd6eda0c34ffb;hp=86e587ff2fe776c3bc1e85ddbc8af584f9ef5bbb;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=u-boot diff --git a/board/westel/amx860/u-boot.lds b/board/westel/amx860/u-boot.lds index 86e587ff2f..cdf550f67b 100644 --- a/board/westel/amx860/u-boot.lds +++ b/board/westel/amx860/u-boot.lds @@ -77,6 +77,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -109,11 +110,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 = .;