X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=board%2Fcogent%2Fu-boot.lds;h=357f59da7ed53806d8890ed88c1f6bf08a8e9cc3;hb=6579d15c58e2b6b051f126ea8b77dd767252aa14;hp=2393d8d8af67d02e351d843cd2f31483048561d0;hpb=9d8fbd1b20e262a4cfc5da4ee64aebff443d2be8;p=karo-tx-uboot.git diff --git a/board/cogent/u-boot.lds b/board/cogent/u-boot.lds index 2393d8d8af..357f59da7e 100644 --- a/board/cogent/u-boot.lds +++ b/board/cogent/u-boot.lds @@ -70,9 +70,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*))); + } . = .;