X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fomap2420h4%2Fu-boot.lds;h=aae716cb2d415f4bc7e756ae726047bd23fe1579;hb=f6808c48a5b484bfaf5a44dfd5f5db9129b71c6f;hp=e9ff741ced518a1f07548441470716c52d68c678;hpb=082acfd4849d2f0471b0709fe7f5ce1de387437d;p=u-boot diff --git a/board/omap2420h4/u-boot.lds b/board/omap2420h4/u-boot.lds index e9ff741ced..aae716cb2d 100644 --- a/board/omap2420h4/u-boot.lds +++ b/board/omap2420h4/u-boot.lds @@ -47,12 +47,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 = .; }