diff options
author | Koen Kooi <koen@openembedded.org> | 2008-08-05 11:25:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-08-05 11:25:55 +0000 |
commit | ba2632212faaaaf9b5abc4addf158515bf0c6e1c (patch) | |
tree | 62a5499a08e3986c13b717753af8b3c2e1e41c57 | |
parent | e239006ebf2c218dc06a02e733cd27bda5535a89 (diff) |
neuros.inc: make kernel jffs2 4mb
-rw-r--r-- | conf/machine/include/neuros.inc | 2 |
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 |