aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100/pleb.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-sa1100/pleb.c')
-rw-r--r--arch/arm/mach-sa1100/pleb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-sa1100/pleb.c b/arch/arm/mach-sa1100/pleb.c
index 159fffb96d7..e45d3a1890b 100644
--- a/arch/arm/mach-sa1100/pleb.c
+++ b/arch/arm/mach-sa1100/pleb.c
@@ -38,8 +38,8 @@
38 38
39static struct resource smc91x_resources[] = { 39static struct resource smc91x_resources[] = {
40 [0] = { 40 [0] = {
41 .start = PLEB_ETH0_P, 41 .start = PLEB_ETH0_P,
42 .end = PLEB_ETH0_P | 0x03ffffff, 42 .end = PLEB_ETH0_P | 0x03ffffff,
43 .flags = IORESOURCE_MEM, 43 .flags = IORESOURCE_MEM,
44 }, 44 },
45#if 0 /* Autoprobe instead, to get rising/falling edge characteristic right */ 45#if 0 /* Autoprobe instead, to get rising/falling edge characteristic right */
@@ -86,15 +86,15 @@ static struct resource pleb_flash_resources[] = {
86static struct mtd_partition pleb_partitions[] = { 86static struct mtd_partition pleb_partitions[] = {
87 { 87 {
88 .name = "blob", 88 .name = "blob",
89 .offset = 0, 89 .offset = 0,
90 .size = 0x00020000, 90 .size = 0x00020000,
91 }, { 91 }, {
92 .name = "kernel", 92 .name = "kernel",
93 .offset = MTDPART_OFS_APPEND, 93 .offset = MTDPART_OFS_APPEND,
94 .size = 0x000e0000, 94 .size = 0x000e0000,
95 }, { 95 }, {
96 .name = "rootfs", 96 .name = "rootfs",
97 .offset = MTDPART_OFS_APPEND, 97 .offset = MTDPART_OFS_APPEND,
98 .size = 0x00300000, 98 .size = 0x00300000,
99 } 99 }
100}; 100};