X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=board%2Fgen860t%2Fu-boot.lds;h=d4c258f96650d2f32f4da2e6af40c4da60cc6edc;hb=289f932c5ff628bf21a05073243071a01a2d3b02;hp=b67faa63d000c299c1603dea0e73707005588379;hpb=7aa78614716b7bd7bdf68553f261ad0d5a12826a;p=oweals%2Fu-boot.git diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index b67faa63d0..d4c258f966 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,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 = .;