From: r-studio Date: Mon, 7 Sep 2009 13:58:43 +0000 (+0000) Subject: added support for mulle in TOSBOOT X-Git-Tag: rc_6_tinyos_2_1_1~296 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=399bdc80e073338c04fc8910bfc97ac1d6e85540;p=tinyos-2.x.git added support for mulle in TOSBOOT --- diff --git a/tos/lib/tosboot/TOSBootM.nc b/tos/lib/tosboot/TOSBootM.nc index fb73723e..b24b1762 100644 --- a/tos/lib/tosboot/TOSBootM.nc +++ b/tos/lib/tosboot/TOSBootM.nc @@ -149,6 +149,8 @@ implementation { if (intAddr != TOSBOOT_END) { #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS) if (intAddr != 0) { +#elif defined(PLATFORM_MULLE) + if (intAddr != 0xA0000) { #else #error "Target platform is not currently supported by Deluge T2" #endif