X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fivm%2Fu-boot.lds;h=4cca65274810f2ce42ab44d2a3e0e52d97213b95;hb=714afa64f3d81a660715b61785f1f3a3b986f852;hp=1e843eb24ed300f6845cc4410e73649a97cb5f97;hpb=aef293bc85dad4f8d645e46d723606a747236a60;p=u-boot diff --git a/board/ivm/u-boot.lds b/board/ivm/u-boot.lds index 1e843eb24e..4cca652748 100644 --- a/board/ivm/u-boot.lds +++ b/board/ivm/u-boot.lds @@ -66,9 +66,11 @@ SECTIONS PROVIDE (edata = .); . = .; - __u_boot_cmd_start = .; - .u_boot_cmd : { *(.u_boot_cmd) } - __u_boot_cmd_end = .; + + . = ALIGN(4); + .u_boot_list : { + #include + } . = .;