X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fexbitgen%2Fu-boot.lds;h=2205738bc11399c78f2ba546ec06ec451e488dbd;hb=e1b7296126bc22825950c24343302205228bdb8d;hp=863a7e423d44153f55405a93d7600a914ffd1866;hpb=d1cbe85b084ce543ba0b09def03a1b20940e6c03;p=u-boot diff --git a/board/exbitgen/u-boot.lds b/board/exbitgen/u-boot.lds index 863a7e423d..2205738bc1 100644 --- a/board/exbitgen/u-boot.lds +++ b/board/exbitgen/u-boot.lds @@ -98,7 +98,7 @@ SECTIONS PROVIDE (erotext = .); .reloc : { - *(.got) + *(.got) _GOT2_TABLE_ = .; *(.got2) _FIXUP_TABLE_ = .; @@ -119,6 +119,12 @@ 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 = .;