X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ftqm8540%2Fu-boot.lds;h=4fdf87c8c19410a1d12b59e2240e8dc8c1edd308;hb=70a2047ff6f0391dddd5f23a715bb610210b1462;hp=ffd75629b73828d6af691b87d3537cf627b36f39;hpb=4b1d95d96a39a71eddd088bb5e0e9e699035c9bf;p=u-boot diff --git a/board/tqm8540/u-boot.lds b/board/tqm8540/u-boot.lds index ffd75629b7..4fdf87c8c1 100644 --- a/board/tqm8540/u-boot.lds +++ b/board/tqm8540/u-boot.lds @@ -119,10 +119,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 = .;