diff target-utils/env/iram.lds @ 992:a7b0b426f9ca

target-utils: boot ROM UART autodetection revamped The new implementation should work with both the familiar Calypso C035 boot ROM version found in our regular targets as well as the older Calypso F741979B version found on the vintage D-Sample board.
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 30 Dec 2015 21:28:41 +0000
parents e7ba9fcb3637
children
line wrap: on
line diff
--- a/target-utils/env/iram.lds	Wed Dec 30 20:48:12 2015 +0000
+++ b/target-utils/env/iram.lds	Wed Dec 30 21:28:41 2015 +0000
@@ -39,10 +39,6 @@
     PROVIDE(end = .);
 }
 
-/* a few absolute definitions */
-rom_vars = 0x800518;
-/* stack_bottom = 0x83FFFC; */
-
 /*
  * stack_bottom will be set via the --defsym option to ld.
  * Some programs have minimal IRAM requirements, so it would make more