]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
update of rich stringId
authorhadaq <hadaq>
Fri, 7 May 2010 16:24:15 +0000 (16:24 +0000)
committerhadaq <hadaq>
Fri, 7 May 2010 16:24:15 +0000 (16:24 +0000)
trbrich/trbflash.c

index f1f5c4eaf63c6b2399175eb3f5d96702afc87d78..a750e2d74f0207645fe082a4520f751665982ae7 100644 (file)
@@ -90,7 +90,7 @@ static const char FlashTypeStr[][32] =
 
 static FlashType flashType = FLASH_INVALID; 
 static uint32_t manId = 0;
-static const char trbflash_version[] = "$Revision: 2.14 $"; 
+static const char trbflash_version[] = "$Revision: 2.15 $"; 
 
 static uint32_t mdcFlashSelect = 1;
 
@@ -958,15 +958,15 @@ static int prepareImageBuffer()
   switch (flashType) {
     
   case FLASH_RICH_ADCM_V1:
-    strId = "edif_adcmv1";
+    strId = "adcmv1";
     break;
     
   case FLASH_RICH_ADCM_V2:
-    strId = "edif_adcmv2";
+    strId = "adcmv2";
     break;
     
   case FLASH_RICH_ADCM_V3:
-    strId = "edif_adcmv3";
+    strId = "adcmv3";
     break;
     
   case FLASH_MDC_HUB_V2_FPGA1234: