aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/alchemy/board-gpr.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/alchemy/board-gpr.c')
-rw-r--r--arch/mips/alchemy/board-gpr.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/mips/alchemy/board-gpr.c b/arch/mips/alchemy/board-gpr.c
index ba3259086b9d..cb0f6afb7389 100644
--- a/arch/mips/alchemy/board-gpr.c
+++ b/arch/mips/alchemy/board-gpr.c
@@ -135,33 +135,33 @@ static struct mtd_partition gpr_mtd_partitions[] = {
135 { 135 {
136 .name = "kernel", 136 .name = "kernel",
137 .size = 0x00200000, 137 .size = 0x00200000,
138 .offset = 0, 138 .offset = 0,
139 }, 139 },
140 { 140 {
141 .name = "rootfs", 141 .name = "rootfs",
142 .size = 0x00800000, 142 .size = 0x00800000,
143 .offset = MTDPART_OFS_APPEND, 143 .offset = MTDPART_OFS_APPEND,
144 .mask_flags = MTD_WRITEABLE, 144 .mask_flags = MTD_WRITEABLE,
145 }, 145 },
146 { 146 {
147 .name = "config", 147 .name = "config",
148 .size = 0x00200000, 148 .size = 0x00200000,
149 .offset = 0x01d00000, 149 .offset = 0x01d00000,
150 }, 150 },
151 { 151 {
152 .name = "yamon", 152 .name = "yamon",
153 .size = 0x00100000, 153 .size = 0x00100000,
154 .offset = 0x01c00000, 154 .offset = 0x01c00000,
155 }, 155 },
156 { 156 {
157 .name = "yamon env vars", 157 .name = "yamon env vars",
158 .size = 0x00040000, 158 .size = 0x00040000,
159 .offset = MTDPART_OFS_APPEND, 159 .offset = MTDPART_OFS_APPEND,
160 }, 160 },
161 { 161 {
162 .name = "kernel+rootfs", 162 .name = "kernel+rootfs",
163 .size = 0x00a00000, 163 .size = 0x00a00000,
164 .offset = 0, 164 .offset = 0,
165 }, 165 },
166}; 166};
167 167