summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/boards/ipe337/barebox.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/boards/ipe337/barebox.lds.S')
-rw-r--r--arch/blackfin/boards/ipe337/barebox.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/boards/ipe337/barebox.lds.S b/arch/blackfin/boards/ipe337/barebox.lds.S
index 6a07b43a1c..21a91eeb0a 100644
--- a/arch/blackfin/boards/ipe337/barebox.lds.S
+++ b/arch/blackfin/boards/ipe337/barebox.lds.S
@@ -55,6 +55,7 @@ SECTIONS
.rodata : { *(.rodata) }
__etext = .; /* End of text and rodata section */
+ __sdata = .;
. = ALIGN(4);
.data : { *(.data) }
@@ -79,6 +80,7 @@ SECTIONS
__usymtab : { BAREBOX_SYMS }
___usymtab_end = .;
+ __edata = .;
. = ALIGN(4);
___bss_start = .;
.bss : { *(.bss) }