X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fgen860t%2Fu-boot.lds;h=0ab7c6f936be834913a0b2ff9ea88c8338bd2aad;hb=f190c11b1f22ff766e046588e5a7bb55f28ae305;hp=b67faa63d000c299c1603dea0e73707005588379;hpb=7aa78614716b7bd7bdf68553f261ad0d5a12826a;p=u-boot diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index b67faa63d0..0ab7c6f936 100644 --- a/board/gen860t/u-boot.lds +++ b/board/gen860t/u-boot.lds @@ -66,6 +66,7 @@ SECTIONS { *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -100,6 +101,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 = .;