X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=board%2Fmanroland%2Fuc100%2Fu-boot.lds;h=e32ae37ea492fbc31c41b6b177a19b971fb4c6cc;hp=731cec9af70bc3d67f1942c885656ac9a6299832;hb=c68436fa427a69ea308d74c410067507d6c7103b;hpb=afe0414b2e7cdd2d0536b2a45550758c62ee31e6 diff --git a/board/manroland/uc100/u-boot.lds b/board/manroland/uc100/u-boot.lds index 731cec9af7..e32ae37ea4 100644 --- a/board/manroland/uc100/u-boot.lds +++ b/board/manroland/uc100/u-boot.lds @@ -69,9 +69,11 @@ SECTIONS PROVIDE (edata = .); . = .; - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; + + . = ALIGN(4); + .u_boot_list : { + #include + } . = .;