X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fkup%2Fkup4x%2Fu-boot.lds;h=8625999df40b9d75b7706e4822f711d0be30030c;hb=82165a334bae49abaa4def00c71e9a08d9be83a1;hp=233913633b969e6260f13efcdb1767de4041cb38;hpb=0608e04da9d0df5d00cf48a1d9141e2ea1bc9635;p=u-boot diff --git a/board/kup/kup4x/u-boot.lds b/board/kup/kup4x/u-boot.lds index 233913633b..8625999df4 100644 --- a/board/kup/kup4x/u-boot.lds +++ b/board/kup/kup4x/u-boot.lds @@ -80,6 +80,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -112,11 +113,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 = .;