X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fsvm_sc8xx%2Fu-boot.lds;h=d7f7dc13292458e2f1f7e0c17bea9889ed0cc6f3;hb=8280f6a1c43247616b68224675188e5ccd124650;hp=17fea2e6c50402e6a3af4df8fb670edc36bdab67;hpb=dc7c9a1a52403093b9e4aef14ac4c5c014386e57;p=u-boot diff --git a/board/svm_sc8xx/u-boot.lds b/board/svm_sc8xx/u-boot.lds index 17fea2e6c5..d7f7dc1329 100644 --- a/board/svm_sc8xx/u-boot.lds +++ b/board/svm_sc8xx/u-boot.lds @@ -79,6 +79,8 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -111,6 +113,14 @@ 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 = .; @@ -133,4 +143,3 @@ SECTIONS _end = . ; PROVIDE (end = .); } -