]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update
authorhadaq <hadaq>
Sun, 18 Jul 2010 21:52:25 +0000 (21:52 +0000)
committerhadaq <hadaq>
Sun, 18 Jul 2010 21:52:25 +0000 (21:52 +0000)
trbrich/trbflash.c

index 5b69b86d7e97ed405b6cbe6988fd34485ed3200d..28cf6d74b2753994ae6b68ec00c648ced3b032e5 100644 (file)
@@ -97,7 +97,7 @@ static const char FlashTypeStr[16][32] =
 
 static FlashType flashType = FLASH_INVALID; 
 static uint32_t manId = 0;
-static const char trbflash_version[] = "$Revision: 2.19 $"; 
+static const char trbflash_version[] = "$Revision: 2.20 $"; 
 
 static uint32_t mdcFlashSelect = 1;
 
@@ -346,6 +346,7 @@ static int initTransfer(uint16_t trb_address)
       fType = FLASH_RICH_ADCM_V2;
       break;
     case 0x3300:
+    case 0x0002:
       fType = FLASH_RICH_ADCM_V3;
       break;