X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Flpc2292sodimm%2Fu-boot.lds;h=49d18f7d65ade1c7deec0d6d5ae7a2e94a1dd45d;hb=156feb90d200f186cdfd856d7f6f1878bb1bec1e;hp=418101ff866d410432b3f4aed294522ae70ca169;hpb=64134f011254123618798ff77c42ba196b2ec485;p=oweals%2Fu-boot.git diff --git a/board/lpc2292sodimm/u-boot.lds b/board/lpc2292sodimm/u-boot.lds index 418101ff86..49d18f7d65 100644 --- a/board/lpc2292sodimm/u-boot.lds +++ b/board/lpc2292sodimm/u-boot.lds @@ -50,6 +50,6 @@ SECTIONS . = ALIGN(4); __bss_start = .; - .bss (NOLOAD) : { *(.bss) } + .bss (NOLOAD) : { *(.bss) . = ALIGN(4); } _end = .; }