X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Flubbock%2Fu-boot.lds;h=14d264a6861cdd98abb7d9f2cdc06730b86f0ae3;hb=6841785a0bb0f38175456a923edd634fb7dd6947;hp=58c371df06b4942082297f0312084dbf09bc670c;hpb=f6e20fc6ca5a45316f94743d8b60dce4d9766bc8;p=u-boot diff --git a/board/lubbock/u-boot.lds b/board/lubbock/u-boot.lds index 58c371df06..14d264a686 100644 --- a/board/lubbock/u-boot.lds +++ b/board/lubbock/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 = .; }