diff --git a/package/uboot-kirkwood/files/include/configs/dockstar.h b/package/uboot-kirkwood/files/include/configs/dockstar.h
index 5b9c181eb7e796edefb3ba921b8ac7cb1c64b937..fa3d199593f0fd9daaf79acc1140b4d5b118fcc8 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	\