X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fppmc8260%2Fu-boot.lds;h=e32057b7d3786baba39aa9d00bf071f60d9d5531;hb=5362385ec3c95d79234002de8ed970c653fd7a93;hp=2aee65b038669593b0e37d8b1e42c255beb5a93a;hpb=f926cc34b20d7781720cc7ac983a0da8ba978037;p=u-boot diff --git a/board/ppmc8260/u-boot.lds b/board/ppmc8260/u-boot.lds index 2aee65b038..e32057b7d3 100644 --- a/board/ppmc8260/u-boot.lds +++ b/board/ppmc8260/u-boot.lds @@ -61,6 +61,7 @@ SECTIONS . = ALIGN(16); *(.rodata) *(.rodata1) + *(.rodata.str1.4) } .fini : { *(.fini) } =0 .ctors : { *(.ctors) } @@ -93,6 +94,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 = .; @@ -115,4 +123,3 @@ SECTIONS _end = . ; PROVIDE (end = .); } -