summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/neuros.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/neuros.inc b/conf/machine/include/neuros.inc
index 96e2f1bd25..2efc6c77e7 100644
--- a/conf/machine/include/neuros.inc
+++ b/conf/machine/include/neuros.inc
@@ -16,7 +16,7 @@ neuros_make_installkit () {
cp ${IMAGE_NAME}.rootfs.yaffs2 ${IMAGE_NAME}-installkit/rootfs.yaffs2
cd ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}-installkit/
- mkfs.jffs2 -x lzo -d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 -n
+ mkfs.jffs2 -x lzo -d ./temp -o uImage.jffs2 -e 0x20000 -s 0x800 --pad=0x400000 -n
echo "${MACHINE}" > rootfs.version
echo "${MACHINE}" > u-boot.version
echo "${MACHINE}" > uImage.version