Zolertia Z1 target now builds and flashes with no dependency upon z1-bsl.
[goodfet] / firmware / config.mk
index 2f45036..79672b6 100644 (file)
@@ -28,11 +28,11 @@ platform := goodfet
 CONFIG_nrf = y
 endif
 
-ifneq (,$(findstring $(board),zolertiaz1))
+ifeq ($(board),z1)
 mcu ?= msp430f2618
 platform := goodfet
 CONFIG_ccspi = y
-MSP430BSL?=z1-bsl --z1  --speed=38400
+MSP430BSL?=goodfet.bsl --z1  --speed=38400
 endif
 
 ifneq (,$(findstring $(board),goodfet24))