diff options
| author | danicampora | 2015-03-14 09:51:46 +0100 |
|---|---|---|
| committer | danicampora | 2015-03-14 10:08:45 +0100 |
| commit | 2ae17def5293452efe255df2b104e0bf2b04f56f (patch) | |
| tree | 432408710481e07fb2a17ce06b8f69621cb49464 /cc3200/bootmgr | |
| parent | 09721e23146643890a5157a82359a14990cf559b (diff) | |
cc3200: Clean up linker scripts and startup file.
Diffstat (limited to 'cc3200/bootmgr')
| -rw-r--r-- | cc3200/bootmgr/bootmgr.lds | 6 |
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*) |
