well, I reply to myself:

in sharpsl-flash.c we had:

static struct mtd_partition sharpsl_partitions[1] = {
<------>{
<------><------>name:<-><------>"Boot PROM Filesystem",
<------>}
};


Now in corgi.c we have:

static struct mtd_partition sharpsl_nand_partitions[] = {
<------>{
<------><------>.name = "System Area",
<------><------>.offset = 0,
<------><------>.size = 7 * 1024 * 1024,
<------>},
<------>{
<------><------>.name = "Root Filesystem",
<------><------>.offset = 7 * 1024 * 1024,
<------><------>.size = 25 * 1024 * 1024,
<------>},
<------>{
<------><------>.name = "Home Filesystem",
<------><------>.offset = MTDPART_OFS_APPEND,
<------><------>.size = MTDPART_SIZ_FULL,
<------>},
};

Same in spitz.c


Andrea

_______________________________________________
Zaurus-devel mailing list
Zaurus-devel@lists.linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/zaurus-devel

Reply via email to