X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fmousse%2Fu-boot.lds;h=eb4d8e4e2b61f97586643e2a7c15f4585cf32dc6;hb=85fad497b3c2e99fa48d18351d2898cf8cdbe898;hp=82ef5fe15a3ee82e893ab85df8adbb09cad6cbac;hpb=8bde7f776c77b343aca29b8c7b58464d915ac245;p=oweals%2Fu-boot.git diff --git a/board/mousse/u-boot.lds b/board/mousse/u-boot.lds index 82ef5fe15a..eb4d8e4e2b 100644 --- a/board/mousse/u-boot.lds +++ b/board/mousse/u-boot.lds @@ -60,12 +60,12 @@ SECTIONS lib_generic/crc32.o (.text) lib_generic/zlib.o (.text) - *(.fixup) *(.got1) . = ALIGN(16); *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -98,11 +98,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 = .;