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;
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: