X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Flwmon%2Fu-boot.lds;h=fe0e0ac1735d233350c7e5dcbfe80bdae6113c8c;hb=e1b7296126bc22825950c24343302205228bdb8d;hp=6e5252cf7f0860fb1e8391ecdf020e2cd9ad234d;hpb=4a5b6a356a79123d3fcd780139629213afcedca8;p=u-boot diff --git a/board/lwmon/u-boot.lds b/board/lwmon/u-boot.lds index 6e5252cf7f..fe0e0ac173 100644 --- a/board/lwmon/u-boot.lds +++ b/board/lwmon/u-boot.lds @@ -65,6 +65,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -97,6 +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 = .; @@ -119,4 +127,3 @@ SECTIONS _end = . ; PROVIDE (end = .); } -