Browse Source

arm: omap3: cm-t3517: minor comment fix

offsets in the comment were wrong - fix this.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Igor Grinberg 14 years ago
parent
commit
2216b436ed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      arch/arm/mach-omap2/board-cm-t3517.c

+ 2 - 2
arch/arm/mach-omap2/board-cm-t3517.c

@@ -225,12 +225,12 @@ static struct mtd_partition cm_t3517_nand_partitions[] = {
 	},
 	},
 	{
 	{
 		.name           = "linux",
 		.name           = "linux",
-		.offset         = MTDPART_OFS_APPEND,	/* Offset = 0x280000 */
+		.offset         = MTDPART_OFS_APPEND,	/* Offset = 0x2A0000 */
 		.size           = 32 * NAND_BLOCK_SIZE,
 		.size           = 32 * NAND_BLOCK_SIZE,
 	},
 	},
 	{
 	{
 		.name           = "rootfs",
 		.name           = "rootfs",
-		.offset         = MTDPART_OFS_APPEND,	/* Offset = 0x680000 */
+		.offset         = MTDPART_OFS_APPEND,	/* Offset = 0x6A0000 */
 		.size           = MTDPART_SIZ_FULL,
 		.size           = MTDPART_SIZ_FULL,
 	},
 	},
 };
 };