X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Ffreescale%2Fm5275evb%2Fu-boot.lds;h=fc68de1ba15c3ba06c74b2956449d009096994c7;hb=c68436fa427a69ea308d74c410067507d6c7103b;hp=6c2dfe8ec4f6281c47e86a7ec90c8c31c1a8703c;hpb=25ceb277ded74e08d2df68473e88a89732d99f7b;p=oweals%2Fu-boot.git diff --git a/board/freescale/m5275evb/u-boot.lds b/board/freescale/m5275evb/u-boot.lds index 6c2dfe8ec4..fc68de1ba1 100644 --- a/board/freescale/m5275evb/u-boot.lds +++ b/board/freescale/m5275evb/u-boot.lds @@ -68,9 +68,11 @@ SECTIONS PROVIDE (edata = .); . = .; - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; + + . = ALIGN(4); + .u_boot_list : { + #include + } . = .; __start___ex_table = .;