From e9007ee1891412d0574255fcef8409a67bc22b97 Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 7 May 2010 16:24:15 +0000 Subject: [PATCH] update of rich stringId --- trbrich/trbflash.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: -- 2.43.0