aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/board-mtx1.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/alchemy/board-mtx1.c')
-rw-r--r--arch/mips/alchemy/board-mtx1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/alchemy/board-mtx1.c b/arch/mips/alchemy/board-mtx1.c
index a124c251c0c9..4a9baa9f6330 100644
--- a/arch/mips/alchemy/board-mtx1.c
+++ b/arch/mips/alchemy/board-mtx1.c
@@ -173,23 +173,23 @@ static struct mtd_partition mtx1_mtd_partitions[] = {
173 { 173 {
174 .name = "filesystem", 174 .name = "filesystem",
175 .size = 0x01C00000, 175 .size = 0x01C00000,
176 .offset = 0, 176 .offset = 0,
177 }, 177 },
178 { 178 {
179 .name = "yamon", 179 .name = "yamon",
180 .size = 0x00100000, 180 .size = 0x00100000,
181 .offset = MTDPART_OFS_APPEND, 181 .offset = MTDPART_OFS_APPEND,
182 .mask_flags = MTD_WRITEABLE, 182 .mask_flags = MTD_WRITEABLE,
183 }, 183 },
184 { 184 {
185 .name = "kernel", 185 .name = "kernel",
186 .size = 0x002c0000, 186 .size = 0x002c0000,
187 .offset = MTDPART_OFS_APPEND, 187 .offset = MTDPART_OFS_APPEND,
188 }, 188 },
189 { 189 {
190 .name = "yamon env", 190 .name = "yamon env",
191 .size = 0x00040000, 191 .size = 0x00040000,
192 .offset = MTDPART_OFS_APPEND, 192 .offset = MTDPART_OFS_APPEND,
193 }, 193 },
194}; 194};
195 195