aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2011-01-13 16:24:50 +0000
committerNicolas Pitre <nicolas.pitre@linaro.org>2011-01-21 14:10:21 -0500
commit2dc732f87f73729983e54c748542ab525bcb16b4 (patch)
treec0a5e44af4c400ccf760313ead46c12f3e5e9e79
parentcb914d0a70d356395091d4f891efdb5a79efb96d (diff)
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> (cherry picked from commit 2216b436ed8788f1a6d51b136ed1421956aa18e0)
-rw-r--r--arch/arm/mach-omap2/board-cm-t3517.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t3517.c b/arch/arm/mach-omap2/board-cm-t3517.c
index 1706df0c51d..8f9a64d650e 100644
--- a/arch/arm/mach-omap2/board-cm-t3517.c
+++ b/arch/arm/mach-omap2/board-cm-t3517.c
@@ -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,
},
};