]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
added support for mulle in TOSBOOT
authorr-studio <r-studio>
Mon, 7 Sep 2009 13:58:43 +0000 (13:58 +0000)
committerr-studio <r-studio>
Mon, 7 Sep 2009 13:58:43 +0000 (13:58 +0000)
tos/lib/tosboot/TOSBootM.nc

index fb73723ee06b280c220ece55e8579befcf59c60c..b24b176223829e60fbe95d44632ca083a55ed524 100644 (file)
@@ -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