summaryrefslogtreecommitdiffstats
path: root/package/uboot-kirkwood
diff options
context:
space:
mode:
Diffstat (limited to 'package/uboot-kirkwood')
-rw-r--r--package/uboot-kirkwood/files/include/configs/dockstar.h2
1 files changed, 1 insertions, 1 deletions
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 \