[Balloon-svn] r1014 - balloon/branches/novlio/bootldr

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: subversion@balloonboard.org
Date:  
To: balloon-svn
Subject: [Balloon-svn] r1014 - balloon/branches/novlio/bootldr
Author: cmjones
Date: 2010-03-10 16:05:38 +0000 (Wed, 10 Mar 2010)
New Revision: 1014

Modified:
balloon/branches/novlio/bootldr/btflash.c
Log:
Did M69W640G update properly this time


Modified: balloon/branches/novlio/bootldr/btflash.c
===================================================================
--- balloon/branches/novlio/bootldr/btflash.c    2010-03-10 14:53:34 UTC (rev 1013)
+++ balloon/branches/novlio/bootldr/btflash.c    2010-03-10 16:05:38 UTC (rev 1014)
@@ -344,7 +344,7 @@
 };


 // M29W640G has the same sector and partition layout as 29LV650
-static struct FlashDescriptor flashDescriptor_S29GL064A_1x16=  {
+static struct FlashDescriptor flashDescriptor_M29W640G_1x16=  {
    "M29W640G_1x16", 
    0x20, 0x227e, 
    &amdFlashAlgorithm_1x16,
@@ -1246,6 +1246,7 @@
    &flashDescriptor_MBM29LV400TC_1x16,
    &flashDescriptor_MBM29LV650UE_1x16,
    &flashDescriptor_S29GL064A_1x16,
+   &flashDescriptor_M29W640G_1x16,
 #endif
 #endif
 #if defined(CONFIG_MACH_IPAQ)