aboutsummaryrefslogtreecommitdiff
path: root/board/psyent/pci5441/u-boot.lds
diff options
context:
space:
mode:
Diffstat (limited to 'board/psyent/pci5441/u-boot.lds')
-rw-r--r--board/psyent/pci5441/u-boot.lds4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/psyent/pci5441/u-boot.lds b/board/psyent/pci5441/u-boot.lds
index 8f9cd8fa5..d3b7c31ae 100644
--- a/board/psyent/pci5441/u-boot.lds
+++ b/board/psyent/pci5441/u-boot.lds
@@ -88,7 +88,7 @@ SECTIONS
* bss follows. We keep it adjacent to simplify init code.
*/
__bss_start = .;
- .sbss :
+ .sbss (NOLOAD) :
{
*(.sbss)
*(.sbss.*)
@@ -96,7 +96,7 @@ SECTIONS
*(.scommon)
}
. = ALIGN(4);
- .bss :
+ .bss (NOLOAD) :
{
*(.bss)
*(.bss.*)