]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
cbmtof compatibility to trbflash is added
authorMichael Traxler <hadaq@kp1pc105.gsi.de>
Tue, 3 Dec 2013 08:48:53 +0000 (09:48 +0100)
committerMichael Traxler <hadaq@kp1pc105.gsi.de>
Tue, 3 Dec 2013 08:48:53 +0000 (09:48 +0100)
libtrbnet/trbflash.c

index 5d5572871048f89eeb473076502f32baa4c24fc6..972368ca439fc1d619e154dab760e1a3d0502a04 100644 (file)
@@ -325,6 +325,7 @@ static int setFlashParam(FlashParam* flashParam, uint16_t hardwareId)
     flashParam->flashType = CBM_RICH_1;
     flashParam->manId = 0x1720c2;
     strcpy(flashParam->allowedStringId[0], "cbmrich");
+    strcpy(flashParam->allowedStringId[1], "cbmtof");
     flashParam->numPages = 32768;
     break;