X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fpm826%2Fu-boot.lds;h=a486ab09e8d83b0309b0dc56df8cf1383636008e;hb=70a2047ff6f0391dddd5f23a715bb610210b1462;hp=ce6c4540d075028597ec0db06ed81c9121a74827;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=u-boot diff --git a/board/pm826/u-boot.lds b/board/pm826/u-boot.lds index ce6c4540d0..a486ab09e8 100644 --- a/board/pm826/u-boot.lds +++ b/board/pm826/u-boot.lds @@ -94,11 +94,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 = .;