X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fsbc2410x%2Fu-boot.lds;h=d0666ac73d6588611c50c36d75d1f5e2ac507b9b;hb=9b827cf1720acda2473afa516956eab6f7cca9a1;hp=3b797767240ee8f95bf6f052d9da5795ef92e7e7;hpb=64134f011254123618798ff77c42ba196b2ec485;p=oweals%2Fu-boot.git diff --git a/board/sbc2410x/u-boot.lds b/board/sbc2410x/u-boot.lds index 3b79776724..d0666ac73d 100644 --- a/board/sbc2410x/u-boot.lds +++ b/board/sbc2410x/u-boot.lds @@ -51,6 +51,6 @@ SECTIONS . = ALIGN(4); __bss_start = .; - .bss (NOLOAD) : { *(.bss) } + .bss (NOLOAD) : { *(.bss) . = ALIGN(4); } _end = .; }