Fix external globals

This broke the allocator on ARM, and with that the blinky example.
This commit is contained in:
Ayke van Laethem
2018-09-02 18:10:01 +02:00
parent 88b6b2e7f5
commit bfff0c33e4
3 changed files with 8 additions and 2 deletions
-1
View File
@@ -80,4 +80,3 @@ __bss_end__ = _ebss;
/* For the memory allocator. */
_heap_start = _ebss;
_heap_end = ORIGIN(RAM) + LENGTH(RAM);
runtime.heapptr = _heap_start; /* necessary? */