From cccfc9e2f413b592b7de63111403dccd89af9d32 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sun, 29 Aug 2010 21:29:23 +0000 Subject: [PATCH] [uboot-kirkwood] Dockstar: Adjust rootfs size to that of the original fw SVN-Revision: 22839 --- package/uboot-kirkwood/files/include/configs/dockstar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/uboot-kirkwood/files/include/configs/dockstar.h b/package/uboot-kirkwood/files/include/configs/dockstar.h index 5b9c181eb7..fa3d199593 100644 --- a/package/uboot-kirkwood/files/include/configs/dockstar.h +++ b/package/uboot-kirkwood/files/include/configs/dockstar.h @@ -135,7 +135,7 @@ #define CONFIG_MTDPARTS "orion_nand:1M(u-boot)," \ "1M@1M(second_stage_u-boot)," \ - "3M@2M(kernel),64M@5M(rootfs),187M@69M(data) rw\0" + "3M@2M(kernel),32M@5M(rootfs),219M@37M(data) rw\0" #define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \ "=ttyS0,115200 mtdparts="CONFIG_MTDPARTS \ -- 2.30.2