X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fcerf250%2Fu-boot.lds;h=14d264a6861cdd98abb7d9f2cdc06730b86f0ae3;hb=a0dd99d51efa55fe023e19c97ead92683725eb11;hp=58c371df06b4942082297f0312084dbf09bc670c;hpb=fabd46acff08edd9f945340338caa07bb0534e64;p=oweals%2Fu-boot.git diff --git a/board/cerf250/u-boot.lds b/board/cerf250/u-boot.lds index 58c371df06..14d264a686 100644 --- a/board/cerf250/u-boot.lds +++ b/board/cerf250/u-boot.lds @@ -44,12 +44,13 @@ SECTIONS . = ALIGN(4); .got : { *(.got) } + . = .; __u_boot_cmd_start = .; .u_boot_cmd : { *(.u_boot_cmd) } __u_boot_cmd_end = .; . = ALIGN(4); __bss_start = .; - .bss : { *(.bss) } + .bss (NOLOAD) : { *(.bss) } _end = .; }