summaryrefslogtreecommitdiff
path: root/usb-device-ccid-project/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-30 19:30:03 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-30 19:30:03 +0200
commitef6648e27ae39d1c339d5758d02e551f0e19ea39 (patch)
treee8b4987b443b382f0acf55e2b916c7656fb368a3 /usb-device-ccid-project/Makefile
parentadaa3fd67c225d5303b53044d8acc609b3100a12 (diff)
Makefile: simtrace uses SAM7S128, not 256
also disable low power mode for now
Diffstat (limited to 'usb-device-ccid-project/Makefile')
-rw-r--r--usb-device-ccid-project/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-device-ccid-project/Makefile b/usb-device-ccid-project/Makefile
index 5726b59..337ecd9 100644
--- a/usb-device-ccid-project/Makefile
+++ b/usb-device-ccid-project/Makefile
@@ -34,7 +34,7 @@
# Chip & board used for compilation
# (can be overriden by adding CHIP=chip and BOARD=board to the command-line)
-CHIP = at91sam7s256
+CHIP = at91sam7s128
BOARD = simtrace
# Trace level used for compilation
personal git repositories of Harald Welte. Your mileage may vary