diff options
Diffstat (limited to 'board/stxgp3/u-boot.lds')
-rw-r--r-- | board/stxgp3/u-boot.lds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/stxgp3/u-boot.lds b/board/stxgp3/u-boot.lds index dae5acb..3bc6150 100644 --- a/board/stxgp3/u-boot.lds +++ b/board/stxgp3/u-boot.lds @@ -96,6 +96,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -128,10 +129,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 = .; |