aboutsummaryrefslogtreecommitdiff
path: root/lib/efm32/tinygecko/tinygecko.ld
diff options
context:
space:
mode:
authorchrysn2012-10-02 12:05:36 +0200
committerchrysn2012-10-02 12:05:36 +0200
commitb5de267b0671493d138f940c25f21f834f7275c4 (patch)
treec54b4aacac106590b4cae39228ce67f09e7b416c /lib/efm32/tinygecko/tinygecko.ld
parent36f95447a801cf2948993a3f1f77c278c876bf0a (diff)
use _data_loadaddr instead of _etext
this change was done in master in [1] and just merged here. [1] 74cd991e7e8972cf22933743c847b5ce2b165798
Diffstat (limited to 'lib/efm32/tinygecko/tinygecko.ld')
-rw-r--r--lib/efm32/tinygecko/tinygecko.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efm32/tinygecko/tinygecko.ld b/lib/efm32/tinygecko/tinygecko.ld
index 92f4282..8ef5e42 100644
--- a/lib/efm32/tinygecko/tinygecko.ld
+++ b/lib/efm32/tinygecko/tinygecko.ld
@@ -57,6 +57,7 @@ SECTIONS
. = ALIGN(4);
_ebss = .;
} >ram AT >rom
+ _data_loadaddr = LOADADDR(.data);
/*
* The .eh_frame section appears to be used for C++ exception handling.