X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Ftb0229%2Fu-boot.lds;h=b18e6a6fc521da0012a2c2eef8118b0ebfd97b23;hb=0db37dc2eed30884db2daa24dbd9a113b5d00610;hp=c629040a080575ff52d85ff2dd0c132d69cd4052;hpb=4985ca5af3767ffe13ea96e1dc26f88c81084414;p=oweals%2Fu-boot.git diff --git a/board/tb0229/u-boot.lds b/board/tb0229/u-boot.lds index c629040a08..b18e6a6fc5 100644 --- a/board/tb0229/u-boot.lds +++ b/board/tb0229/u-boot.lds @@ -64,7 +64,7 @@ SECTIONS num_got_entries = (__got_end - __got_start) >> 2; . = ALIGN(4); - .sbss : { *(.sbss) } - .bss : { *(.bss) } + .sbss (NOLOAD) : { *(.sbss) } + .bss (NOLOAD) : { *(.bss) } uboot_end = .; }