From subversion@balloonboard.org Wed Mar 10 16:05:38 2010
Received: from cmjones by stoneboat.aleph1.co.uk with local (Exim 4.69)
	(envelope-from <subversion@balloonboard.org>) id 1NpOPi-0007H7-TW
	for balloon-svn@balloonboard.org; Wed, 10 Mar 2010 16:05:38 +0000
Date: Wed, 10 Mar 2010 16:05:38 +0000
To: balloon-svn@balloonboard.org
From: subversion@balloonboard.org
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Message-Id: <E1NpOPi-0007H7-TW@stoneboat.aleph1.co.uk>
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: subversion@balloonboard.org
X-SA-Exim-Scanned: No (on stoneboat.aleph1.co.uk);
	SAEximRunCond expanded to false
Subject: [Balloon-svn] r1014 - balloon/branches/novlio/bootldr
X-BeenThere: balloon-svn@balloonboard.org
X-Mailman-Version: 2.1.11
Precedence: list
List-Id: <balloon-svn.balloonboard.org>
List-Unsubscribe: <http://balloonboard.org/cgi-bin/mailman/options/balloon-svn>, 
	<mailto:balloon-svn-request@balloonboard.org?subject=unsubscribe>
List-Archive: <http://balloonboard.org/lurker/list/balloon-svn.html>
List-Post: <mailto:balloon-svn@balloonboard.org>
List-Help: <mailto:balloon-svn-request@balloonboard.org?subject=help>
List-Subscribe: <http://balloonboard.org/cgi-bin/mailman/listinfo/balloon-svn>, 
	<mailto:balloon-svn-request@balloonboard.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Mar 2010 16:05:39 -0000

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)



