projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec5568
)
arm: omap3: cm-t3517: minor comment fix
author
Igor Grinberg
<grinberg@compulab.co.il>
Thu, 13 Jan 2011 16:24:50 +0000
(16:24 +0000)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 19 Jan 2011 22:13:48 +0000
(14:13 -0800)
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>
arch/arm/mach-omap2/board-cm-t3517.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/board-cm-t3517.c
b/arch/arm/mach-omap2/board-cm-t3517.c
index 1706df0c51d2da56d63195f6e8e2f62b215cbcbd..8f9a64d650ee7896f70983ad0b9f72f717cf23ab 100644
(file)
--- 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 = 0x2
8
0000 */
+ .offset = MTDPART_OFS_APPEND, /* Offset = 0x2
A
0000 */
.size = 32 * NAND_BLOCK_SIZE,
},
{
.name = "rootfs",
- .offset = MTDPART_OFS_APPEND, /* Offset = 0x6
8
0000 */
+ .offset = MTDPART_OFS_APPEND, /* Offset = 0x6
A
0000 */
.size = MTDPART_SIZ_FULL,
},
};