Update of /cvsroot/blob/blob/src/blob
In directory sc8-pr-cvs1:/tmp/cvs-serv31104/src/blob
Modified Files:
system3.c
Log Message:
system 3 rev 0802 flash defines
Index: system3.c
===================================================================
RCS file: /cvsroot/blob/blob/src/blob/system3.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- system3.c 21 Aug 2003 00:32:24 -0000 1.32
+++ system3.c 21 Aug 2003 12:43:44 -0000 1.33
@@ -134,7 +134,7 @@
magic: BLOB_DEFAULT_PART_TABLE_MAGIC,
next: sizeof(blob_partition_t),
offset: 0x00000000, /* absolute base address */
- size: 16 * 1024 * 1024 /* total size of the flash */
+ size: 0x02000000 /* total size of the flash */
},
{
/* blob itself */
@@ -191,6 +191,15 @@
offset: DATAFS_FLASH_BASE,
size: DATAFS_FLASH_LEN,
name: "data.img",
+ flags: BLOB_PART_FLAG_CRAMFS,
+ },
+ {
+ /* xtended data (cramfs) */
+ magic: BLOB_PART_VALID_MAGIC,
+ next: sizeof(blob_partition_t),
+ offset: XDATAFS_FLASH_BASE,
+ size: XDATAFS_FLASH_LEN,
+ name: "xdata.img",
flags: BLOB_PART_FLAG_CRAMFS,
},
{
|