X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fv37%2Fu-boot.lds;h=2e99d3fa8054ceb25da0ee6d09b03cb95a9f92ff;hb=8e6f1a8ec2b081c01a542ccbf333ddb6bca13c01;hp=303425a163a16693d5f0fc37b29ecf793647c1da;hpb=b783edaee8252bfdba3f7b3fd29519a81ce71e42;p=u-boot diff --git a/board/v37/u-boot.lds b/board/v37/u-boot.lds index 303425a163..2e99d3fa80 100644 --- a/board/v37/u-boot.lds +++ b/board/v37/u-boot.lds @@ -114,6 +114,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 = .; @@ -136,8 +143,3 @@ SECTIONS _end = . ; PROVIDE (end = .); } - - - - -