X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Flantec%2Fu-boot.lds;h=1f8581ca3d15c6f228388ed245888d5feef10de1;hb=b98fff1d6acc57cc54f01740028535ac095237cd;hp=ab3beb7c6d1f06a459e71b18c0132580179c04c4;hpb=b783edaee8252bfdba3f7b3fd29519a81ce71e42;p=u-boot diff --git a/board/lantec/u-boot.lds b/board/lantec/u-boot.lds index ab3beb7c6d..1f8581ca3d 100644 --- a/board/lantec/u-boot.lds +++ b/board/lantec/u-boot.lds @@ -109,6 +109,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 = .; @@ -131,4 +136,3 @@ SECTIONS _end = . ; PROVIDE (end = .); } -