summaryrefslogtreecommitdiff
path: root/board/freescale/m52277evb
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/m52277evb')
-rw-r--r--board/freescale/m52277evb/u-boot.spa2
-rw-r--r--board/freescale/m52277evb/u-boot.stm2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale/m52277evb/u-boot.spa b/board/freescale/m52277evb/u-boot.spa
index 9458aef..4b710be 100644
--- a/board/freescale/m52277evb/u-boot.spa
+++ b/board/freescale/m52277evb/u-boot.spa
@@ -139,6 +139,6 @@ SECTIONS
. = ALIGN(4);
_ebss = .;
}
- _end = . ;
+ __bss_end__ = . ;
PROVIDE (end = .);
}
diff --git a/board/freescale/m52277evb/u-boot.stm b/board/freescale/m52277evb/u-boot.stm
index 1ec83e9..db10222 100644
--- a/board/freescale/m52277evb/u-boot.stm
+++ b/board/freescale/m52277evb/u-boot.stm
@@ -131,6 +131,6 @@ SECTIONS
. = ALIGN(4);
_ebss = .;
}
- _end = . ;
+ __bss_end__ = . ;
PROVIDE (end = .);
}