summaryrefslogtreecommitdiffstats
path: root/board/ivm
diff options
context:
space:
mode:
Diffstat (limited to 'board/ivm')
-rw-r--r--board/ivm/u-boot.lds2
-rw-r--r--board/ivm/u-boot.lds.debug2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/ivm/u-boot.lds b/board/ivm/u-boot.lds
index f4c6c981a7..ff7012afbc 100644
--- a/board/ivm/u-boot.lds
+++ b/board/ivm/u-boot.lds
@@ -90,6 +90,6 @@ SECTIONS
*(COMMON)
. = ALIGN(4);
}
- _end = . ;
+ __bss_end__ = . ;
PROVIDE (end = .);
}
diff --git a/board/ivm/u-boot.lds.debug b/board/ivm/u-boot.lds.debug
index 6bcf167a0a..732a46f272 100644
--- a/board/ivm/u-boot.lds.debug
+++ b/board/ivm/u-boot.lds.debug
@@ -131,6 +131,6 @@ SECTIONS
*(.bss)
*(COMMON)
}
- _end = . ;
+ __bss_end__ = . ;
PROVIDE (end = .);
}
OpenPOWER on IntegriCloud