]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
add 'combiner' to valid names of bitfile for Dirich Concentrator
authorJan Michel <j.michel@gsi.de>
Mon, 17 Jul 2017 11:15:21 +0000 (13:15 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 17 Jul 2017 11:15:36 +0000 (13:15 +0200)
libtrbnet/trbflash.c

index edb6eed7ba3c707d9c2a35c461ac8e1e739bb74f..e165be71df69829df17ff3cef23f48a8172d4fd0 100644 (file)
@@ -364,6 +364,7 @@ static int setFlashParam(FlashParam* flashParam, uint16_t hardwareId)
     flashParam->flashType = FLASH_DIRICH_CONCENTRATOR;
     flashParam->manId = 0x1720c2;
     strcpy(flashParam->allowedStringId[0], "dirich_co");
+    strcpy(flashParam->allowedStringId[1], "combiner");
     flashParam->numPages = 32768;
     break;