lm3s1968: make __delay() naked and usable outside the clock module.
[bertos.git] / bertos / cpu / arm / scripts / lpc2378.ld
index a931b2ea4fd0865be354fed56744f12bce5c275c..a1f5089087b24c417d1d6bf331e291912a72e81e 100644 (file)
@@ -55,4 +55,4 @@ __eth_ram_start = 0x7FE00000;
 __eth_ram_size  = 16k;
 __eth_ram_end   = __eth_ram_start + __eth_ram_size;
 
-INCLUDE "arm7tdmi.ld"
+INCLUDE "bertos/cpu/arm/scripts/arm7tdmi_rom.ld"