diff options
Diffstat (limited to 'target/linux/rdc-2.6/files')
-rw-r--r-- | target/linux/rdc-2.6/files/drivers/mtd/maps/rdc3210.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/rdc-2.6/files/drivers/mtd/maps/rdc3210.c b/target/linux/rdc-2.6/files/drivers/mtd/maps/rdc3210.c index 16ce4713b..fb2a3f854 100644 --- a/target/linux/rdc-2.6/files/drivers/mtd/maps/rdc3210.c +++ b/target/linux/rdc-2.6/files/drivers/mtd/maps/rdc3210.c @@ -38,9 +38,9 @@ static struct mtd_partition rdc3210_parts[] = #endif { name: "bootldr", offset: 0x003E0000, size: 0x00020000 }, /* 128 KB */ #elif CONFIG_MTD_RDC3210_SIZE == 0x200000 - { name: "linux", offset: 0x00010000, size: 0x001E0000 }, - { name: "romfs", offset: 0x000D0000, size: 0x00120000 }, - { name: "nvram", offset: 0x00000000, size: 0x00010000 }, /* 64 KB */ + { name: "linux", offset: 0x00008000, size: 0x001E8000 }, + { name: "romfs", offset: 0x000C8000, size: 0x00128000 }, + { name: "nvram", offset: 0x00000000, size: 0x00008000 }, /* 64 KB */ #ifdef CONFIG_MTD_RDC3210_FACTORY_PRESENT #error Unsupported configuration! #endif |