X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Famcc%2Facadia%2Fu-boot-nand.lds;h=e9f026fb7e56b2da850105a411d9943fcb746248;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=c2a04c7bfcc66b5cc74e0c5c4917dbb4e5c6c09a;hpb=37805cf1db0adbc01f181ec806f0732999764099;p=u-boot diff --git a/board/amcc/acadia/u-boot-nand.lds b/board/amcc/acadia/u-boot-nand.lds index c2a04c7bfc..e9f026fb7e 100644 --- a/board/amcc/acadia/u-boot-nand.lds +++ b/board/amcc/acadia/u-boot-nand.lds @@ -72,10 +72,10 @@ SECTIONS PROVIDE (edata = .); . = .; - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; + .u_boot_list : { + KEEP(*(SORT(.u_boot_list*))); + } . = .; __start___ex_table = .; @@ -98,6 +98,6 @@ SECTIONS . = ALIGN(4); } - _end = . ; + __bss_end = . ; PROVIDE (end = .); }