X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=board%2Fmanroland%2Fuc100%2Fu-boot.lds;h=d1bb1278886461d37a94e7c90d2a04d7bef98cff;hb=0ce033d2582129243aca10d3072a221386bbba44;hp=aa289cd52c97f56bf1893d97a0cb763fb1fda938;hpb=556751427b9b79266918e87f7399e1a6eea60096;p=people%2Fms%2Fu-boot.git diff --git a/board/manroland/uc100/u-boot.lds b/board/manroland/uc100/u-boot.lds index aa289cd52c..d1bb127888 100644 --- a/board/manroland/uc100/u-boot.lds +++ b/board/manroland/uc100/u-boot.lds @@ -69,13 +69,10 @@ SECTIONS PROVIDE (edata = .); . = .; - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; . = ALIGN(4); .u_boot_list : { - #include + KEEP(*(SORT(.u_boot_list*))); } @@ -99,6 +96,6 @@ SECTIONS *(COMMON) . = ALIGN(4); } - __bss_end__ = . ; + __bss_end = . ; PROVIDE (end = .); }