Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2216b436 authored by Igor Grinberg's avatar Igor Grinberg Committed by Tony Lindgren
Browse files

arm: omap3: cm-t3517: minor comment fix



offsets in the comment were wrong - fix this.

Signed-off-by: default avatarIgor Grinberg <grinberg@compulab.co.il>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fec5568c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -225,12 +225,12 @@ static struct mtd_partition cm_t3517_nand_partitions[] = {
	},
	{
		.name           = "linux",
		.offset         = MTDPART_OFS_APPEND,	/* Offset = 0x280000 */
		.offset         = MTDPART_OFS_APPEND,	/* Offset = 0x2A0000 */
		.size           = 32 * NAND_BLOCK_SIZE,
	},
	{
		.name           = "rootfs",
		.offset         = MTDPART_OFS_APPEND,	/* Offset = 0x680000 */
		.offset         = MTDPART_OFS_APPEND,	/* Offset = 0x6A0000 */
		.size           = MTDPART_SIZ_FULL,
	},
};