]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
0x1234 fix mdc oep
authorhadaq <hadaq>
Fri, 11 Jun 2010 17:20:31 +0000 (17:20 +0000)
committerhadaq <hadaq>
Fri, 11 Jun 2010 17:20:31 +0000 (17:20 +0000)
trbrich/trbflash.c

index 23096fa886ae8992026eeb9be476def60aadde92..66b9575bc65c4ca740facfa68e57944a2368be50 100644 (file)
@@ -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;