diff --git a/drivers/mtd/nand/ts7250.c b/drivers/mtd/nand/ts7250.c index f400810..ee5a9ee 100644 --- a/drivers/mtd/nand/ts7250.c +++ b/drivers/mtd/nand/ts7250.c @@ -48,10 +48,10 @@ static struct mtd_partition partition_in { .name = "TS-BOOTROM", .offset = 0x00000000, - .size = 0x00004000, + .size = 0x00020000, }, { .name = "Linux", - .offset = 0x00004000, + .offset = 0x00020000, .size = 0x01d00000, }, { .name = "RedBoot",