X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Flantec%2Fu-boot.lds;h=1f8581ca3d15c6f228388ed245888d5feef10de1;hb=b98fff1d6acc57cc54f01740028535ac095237cd;hp=99b402cd254b9647f47cb170a7d1a41368fe809e;hpb=efee1709912ad05c3a0bd1ca3f9e72dd7c587cbc;p=u-boot diff --git a/board/lantec/u-boot.lds b/board/lantec/u-boot.lds index 99b402cd25..1f8581ca3d 100644 --- a/board/lantec/u-boot.lds +++ b/board/lantec/u-boot.lds @@ -76,6 +76,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -108,6 +109,11 @@ 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 = .; @@ -130,4 +136,3 @@ SECTIONS _end = . ; PROVIDE (end = .); } -