Fixed GF30 support by reducing the app count.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Wed, 16 Nov 2011 19:58:26 +0000 (19:58 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Wed, 16 Nov 2011 19:58:26 +0000 (19:58 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1059 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/config.mk

index d2a72aa..c7ef14e 100644 (file)
@@ -5,6 +5,8 @@ endif
 
 ifneq (,$(findstring $(board),goodfet30 goodfet31))
 mcu := msp430x2274
 
 ifneq (,$(findstring $(board),goodfet30 goodfet31))
 mcu := msp430x2274
+# This will link to fit in a '2254, so unneeded packages should be omited.
+CONFIG_ccspi = n
 endif
 
 ifneq (,$(findstring $(board),goodfet40 goodfet41))
 endif
 
 ifneq (,$(findstring $(board),goodfet40 goodfet41))