X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fesd%2Fdasa_sim%2Fu-boot.lds;h=fef5b524331695479dbad53fcdc6bf5b74fcbb2d;hb=d3bb5ec198edad4869ac5276a5899881b7bf5433;hp=03c0cef224c42703cffc289d6095e2dc2157f0d0;hpb=b783edaee8252bfdba3f7b3fd29519a81ce71e42;p=u-boot diff --git a/board/esd/dasa_sim/u-boot.lds b/board/esd/dasa_sim/u-boot.lds index 03c0cef224..fef5b52433 100644 --- a/board/esd/dasa_sim/u-boot.lds +++ b/board/esd/dasa_sim/u-boot.lds @@ -101,6 +101,7 @@ SECTIONS *(.rodata) *(.rodata1) *(.rodata.str1.4) + *(.eh_frame) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -133,6 +134,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 = .;