summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/boards
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/boards')
-rw-r--r--arch/blackfin/boards/ipe337/barebox.lds.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/boards/ipe337/barebox.lds.S b/arch/blackfin/boards/ipe337/barebox.lds.S
index 25ca988815..9e2b0342d5 100644
--- a/arch/blackfin/boards/ipe337/barebox.lds.S
+++ b/arch/blackfin/boards/ipe337/barebox.lds.S
@@ -84,9 +84,9 @@ SECTIONS
___usymtab_end = .;
. = ALIGN(4);
- __bss_start = .;
+ ___bss_start = .;
.bss : { *(.bss) }
- __bss_stop = .;
+ ___bss_stop = .;
_end = .;
}