X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fcpu86%2Fu-boot.lds;h=ce6c4540d075028597ec0db06ed81c9121a74827;hb=a57a496f4d0582391671ebe29d23e92b6a266463;hp=9d56f13a021988c1c292b8f53c3ab5e29b295da6;hpb=b783edaee8252bfdba3f7b3fd29519a81ce71e42;p=u-boot diff --git a/board/cpu86/u-boot.lds b/board/cpu86/u-boot.lds index 9d56f13a02..ce6c4540d0 100644 --- a/board/cpu86/u-boot.lds +++ b/board/cpu86/u-boot.lds @@ -94,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 = .; @@ -116,4 +121,3 @@ SECTIONS _end = . ; PROVIDE (end = .); } -