MUNICes: fix board Makefile for remote build directory
[oweals/u-boot.git] / board / netstar / eeprom.lds
index 317550dbad02a915592c18d3ea418fb9badace66..89b0a8209cc6b2ac4733419bb6e21b7bf8619206 100644 (file)
@@ -46,6 +46,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }