diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-07-30 00:38:20 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-07-30 00:38:20 +0200 |
commit | 9f120cdf57b9dc2ca8112cbb89587f77df4facd2 (patch) | |
tree | 6f42ae2ef4874b4383f11bdf3950182fbfe80753 /firmware/Makefile | |
parent | 5a8cd9feca7d0d09aee736ff804be4967828aefd (diff) |
Makefile: SIMtrace uses SAM7S128, not 256
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |