diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2017-08-26 17:18:47 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2017-08-26 17:18:47 -0500 |
commit | f5c25cc2f97b7b71966ac4f1d77c1908df946226 (patch) | |
tree | 50d8cffc0df6b1a63db714b3635c557a745f46c9 | |
parent | 4d7aca1484d6363636410077635661e58c74969d (diff) | |
download | ast2050-linux-kernel-linux-2.6.28.y.zip ast2050-linux-kernel-linux-2.6.28.y.tar.gz |
Increase rootfs size to handle additional userspace utilitieslinux-2.6.28.y
-rw-r--r-- | arch/arm/plat-aspeed/dev-spi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/plat-aspeed/dev-spi.c b/arch/arm/plat-aspeed/dev-spi.c index 48476ae..867efe6 100644 --- a/arch/arm/plat-aspeed/dev-spi.c +++ b/arch/arm/plat-aspeed/dev-spi.c @@ -340,8 +340,8 @@ static struct mtd_partition ast_spi_flash_partitions[] = { .mask_flags = MTD_CAP_NORFLASH & (~MTD_WRITEABLE), /* Read-write */ }, { .name = "rootfs", - .offset = 0x300000, /* From 3M */ - .size = 0xCB0000, /* Size 12.7M */ + .offset = 0x240000, /* From 2.4M */ + .size = 0xd70000, /* Size 13.7M */ .mask_flags = MTD_CAP_NORFLASH & (~MTD_WRITEABLE), /* Read-write */ }, { .name = "data0", |