summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-30 00:38:20 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-30 00:38:20 +0200
commit9f120cdf57b9dc2ca8112cbb89587f77df4facd2 (patch)
tree6f42ae2ef4874b4383f11bdf3950182fbfe80753 /firmware
parent5a8cd9feca7d0d09aee736ff804be4967828aefd (diff)
Makefile: SIMtrace uses SAM7S128, not 256
Diffstat (limited to 'firmware')
-rw-r--r--firmware/Makefile2
-rw-r--r--firmware/Makefile.dfu2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 68ff85f..1f2f7ed 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -113,7 +113,7 @@ SRCARM += src/picc/$(TARGET).c
endif
ifeq ($(BOARD), SIMTRACE)
-SUBMDL = AT91SAM7S256
+SUBMDL = AT91SAM7S128
TARGET := main_simtrace
SRCARM += src/simtrace/iso7816_uart.c src/simtrace/tc_etu.c \
src/simtrace/sim_switch.c
diff --git a/firmware/Makefile.dfu b/firmware/Makefile.dfu
index dbe9b35..3c797ef 100644
--- a/firmware/Makefile.dfu
+++ b/firmware/Makefile.dfu
@@ -175,7 +175,7 @@ CINCS = -Isrc/pcd
endif
ifeq ($(BOARD),SIMTRACE)
-SUBMDL = AT91SAM7S256
+SUBMDL = AT91SAM7S128
CDEFS += -DSIMTRACE
ADEFS += -DSIMTRACE
CINCS = -Isrc/simtrace
personal git repositories of Harald Welte. Your mileage may vary