From: travisutk Date: Wed, 16 Nov 2011 19:58:26 +0000 (+0000) Subject: Fixed GF30 support by reducing the app count. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=f00f6dca229b8f3b641e6603106f0750d598b871;hp=d03d57090931d83f8954485765a441f4fd197513 Fixed GF30 support by reducing the app count. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1059 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/config.mk b/firmware/config.mk index d2a72aa..c7ef14e 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -5,6 +5,8 @@ endif 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))