diff gcc/ld-script.src @ 113:16703b3fb211

gcc linker script m4 magic minor fix
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Oct 2018 18:45:15 +0000
parents 80e3a78126ac
children
line wrap: on
line diff
--- a/gcc/ld-script.src	Sat Oct 13 16:56:22 2018 +0000
+++ b/gcc/ld-script.src	Sat Oct 13 18:45:15 2018 +0000
@@ -39,9 +39,6 @@
 	__romswitch_size = SIZEOF(bootrom.switch);
 ')dnl
 
-define(`INTTEXT_BASE_ADDR',
-    ifelse(Buildmem,FLASH,FLASHIMAGE_BASE_ADDR,`/* no fixed address */'))dnl
-
 	/* boot entry code, going into flash or XRAM emulating flash */
 	.inttext INTTEXT_BASE_ADDR : {
 		*(.inttext)