From: hadaq Date: Fri, 11 Jun 2010 17:20:31 +0000 (+0000) Subject: 0x1234 fix mdc oep X-Git-Tag: v6.0~260 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a0a3e5c98a4c7d7425ac7fdb44303eeb2c7ee210;p=trbnettools.git 0x1234 fix mdc oep --- diff --git a/trbrich/trbflash.c b/trbrich/trbflash.c index 23096fa..66b9575 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.17 $"; +static const char trbflash_version[] = "$Revision: 2.18 $"; static uint32_t mdcFlashSelect = 1; @@ -355,6 +355,7 @@ static int initTransfer(uint16_t trb_address) fType = FLASH_MDC_OEP_V2; break; case 0x2300: + case 0x1234: fType = FLASH_MDC_OEP_V3; break;