Rename myself
[bertos.git] / app / test / armtest.mk
index 2577ed7249876cb8ab2d0617a8d4e29f22cd2c8a..19ea76bdee6138b09e72ab809d6374cb22b3214b 100644 (file)
@@ -5,7 +5,7 @@
 #
 # Makefile fragment for DevLib armtest application.
 #
-# Author: Bernardo Innocenti <bernie@develer.com>
+# Author: Bernie Innocenti <bernie@codewiz.org>
 #
 #
 
@@ -26,7 +26,7 @@ armtest_CROSS = arm-elf-
 
 armtest_CPPAFLAGS = -O0 -g -gdwarf-2 -g -gen-debug
 armtest_CPPFLAGS = -O0 -D'ARCH=0xFFFFFF' -D__ARM_AT91SAM7S256__ -g3 -gdwarf-2 -fverbose-asm -Iapp/test -Ibertos/cpu/arm
-armtest_LDFLAGS = #-nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_ram.ld -Wl,--no-warn-mismatch
+armtest_LDFLAGS = -nostartfiles -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld -Wl,--no-warn-mismatch
 
 armtest_CPU = arm7tdmi