ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
[oweals/u-boot.git] / board / ep7312 / u-boot.lds
index 1122d7521c43ed8247912246da5b541f63e20482..4a89cebaaa9f50fc2846b73809984246c0abf8d0 100644 (file)
@@ -51,6 +51,6 @@ SECTIONS
 
        . = ALIGN(4);
        __bss_start = .;
-       .bss : { *(.bss) }
+       .bss (NOLOAD) : { *(.bss) }
        _end = .;
 }