aboutsummaryrefslogtreecommitdiff
path: root/cc3200/bootmgr
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/bootmgr')
-rw-r--r--cc3200/bootmgr/bootmgr.lds6
1 files changed, 2 insertions, 4 deletions
diff --git a/cc3200/bootmgr/bootmgr.lds b/cc3200/bootmgr/bootmgr.lds
index e9d44d3c9..36d5da233 100644
--- a/cc3200/bootmgr/bootmgr.lds
+++ b/cc3200/bootmgr/bootmgr.lds
@@ -24,7 +24,7 @@
* THE SOFTWARE.
*/
-__stack_size__ = 1024;
+__stack_size__ = 1024;
MEMORY
{
@@ -53,9 +53,7 @@ SECTIONS
_etext = .;
} > SRAM
- __init_data = .;
-
- .data : AT(__init_data)
+ .data :
{
_data = .;
*(.data*)