X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcpu86%2Fu-boot.lds;h=ce6c4540d075028597ec0db06ed81c9121a74827;hb=a57a496f4d0582391671ebe29d23e92b6a266463;hp=5df4cdb321cab817d889e1e20dbc53470cc085b3;hpb=7e7f3e352dd7cfefe6ee715e11a4d35adb7fc095;p=u-boot diff --git a/board/cpu86/u-boot.lds b/board/cpu86/u-boot.lds index 5df4cdb321..ce6c4540d0 100644 --- a/board/cpu86/u-boot.lds +++ b/board/cpu86/u-boot.lds @@ -61,6 +61,7 @@ SECTIONS . = ALIGN(16); *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -93,6 +94,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 = .; @@ -115,4 +121,3 @@ SECTIONS _end = . ; PROVIDE (end = .); } -