X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=board%2Ffreescale%2Fm54451evb%2Fu-boot.lds;h=fd1289ec8788fdfb3ff066b926bf4a7cac682460;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=45924b751418b3fb0a10d10c3ed2f3992a637ba1;hpb=327474f854a33b5b7a11c374b0446d1d40d9f673;p=people%2Fms%2Fu-boot.git diff --git a/board/freescale/m54451evb/u-boot.lds b/board/freescale/m54451evb/u-boot.lds index 45924b7514..fd1289ec87 100644 --- a/board/freescale/m54451evb/u-boot.lds +++ b/board/freescale/m54451evb/u-boot.lds @@ -66,9 +66,11 @@ SECTIONS PROVIDE (edata = .); . = .; - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; + + . = ALIGN(4); + .u_boot_list : { + KEEP(*(SORT(.u_boot_list*))); + } . = .; __start___ex_table = .; @@ -92,6 +94,6 @@ SECTIONS . = ALIGN(4); _ebss = .; } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }