From: hadaq Date: Fri, 7 May 2010 16:24:15 +0000 (+0000) Subject: update of rich stringId X-Git-Tag: v6.0~268 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e9007ee1891412d0574255fcef8409a67bc22b97;p=trbnettools.git update of rich stringId --- diff --git a/trbrich/trbflash.c b/trbrich/trbflash.c index f1f5c4e..a750e2d 100644 --- a/trbrich/trbflash.c +++ b/trbrich/trbflash.c @@ -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: