summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorIgor Grinberg2011-01-13 17:24:50 +0100
committerTony Lindgren2011-01-19 23:13:48 +0100
commit2216b436ed8788f1a6d51b136ed1421956aa18e0 (patch)
tree2a742d42f7b10db63ef6c1a92c6dfcd2171e3143 /arch/arm
parentarm: omap3: cm-t3517: rtc fix (diff)
downloadkernel-qcow2-linux-2216b436ed8788f1a6d51b136ed1421956aa18e0.tar.gz
kernel-qcow2-linux-2216b436ed8788f1a6d51b136ed1421956aa18e0.tar.xz
kernel-qcow2-linux-2216b436ed8788f1a6d51b136ed1421956aa18e0.zip
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>
Diffstat (limited to 'arch/arm')
-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 1706df0c51d2..8f9a64d650ee 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,
},
};