[aadk-commits] qwell: u-boot/trunk r40 - /u-boot/trunk/u-boot_1.1.3/board/s800i/flash.c

aadk-commits at lists.digium.com aadk-commits at lists.digium.com
Wed Nov 8 15:12:56 MST 2006


Author: qwell
Date: Wed Nov  8 16:12:56 2006
New Revision: 40

URL: http://svn.digium.com/view/aadk?rev=40&view=rev
Log:
Units are shipping with 8MB flash - this will be fixed "properly" at another time.

Modified:
    u-boot/trunk/u-boot_1.1.3/board/s800i/flash.c

Modified: u-boot/trunk/u-boot_1.1.3/board/s800i/flash.c
URL: http://svn.digium.com/view/aadk/u-boot/trunk/u-boot_1.1.3/board/s800i/flash.c?rev=40&r1=39&r2=40&view=diff
==============================================================================
--- u-boot/trunk/u-boot_1.1.3/board/s800i/flash.c (original)
+++ u-boot/trunk/u-boot_1.1.3/board/s800i/flash.c Wed Nov  8 16:12:56 2006
@@ -51,7 +51,7 @@
 			info->start[i] = (baseaddr + (i * AFP_SectorSize1));
 		for (i = SecFlashABegin; i < NUM_SECTORS; i++)
 			info->start[i] = (baseaddr + SecFlashAOff + ((i-SecFlashABegin) * AFP_SectorSize2));
-		info->size = 0x400000;
+		info->size = 0x800000;
 		info->sector_count = NUM_SECTORS;
 		break;
 	case 1:



More information about the aadk-commits mailing list