From 9f120cdf57b9dc2ca8112cbb89587f77df4facd2 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 30 Jul 2011 00:38:20 +0200 Subject: Makefile: SIMtrace uses SAM7S128, not 256 --- firmware/Makefile.dfu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/Makefile.dfu') 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 -- cgit v1.2.3