X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fgen860t%2Fu-boot.lds;h=0ab7c6f936be834913a0b2ff9ea88c8338bd2aad;hb=f190c11b1f22ff766e046588e5a7bb55f28ae305;hp=b7b190e7aa281990d11b30726833cdd69a299e04;hpb=b783edaee8252bfdba3f7b3fd29519a81ce71e42;p=u-boot diff --git a/board/gen860t/u-boot.lds b/board/gen860t/u-boot.lds index b7b190e7aa..0ab7c6f936 100644 --- a/board/gen860t/u-boot.lds +++ b/board/gen860t/u-boot.lds @@ -101,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 = .;