initramfs-jffs2 0.1: Bump mtdram size to 24.5Mb, helps h4000 image.
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 11 Sep 2007 00:36:36 +0000 (00:36 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 11 Sep 2007 00:36:36 +0000 (00:36 +0000)
packages/initrdscripts/initramfs-jffs2/jffs2boot.sh
packages/initrdscripts/initramfs-jffs2_0.1.bb

index 81077ee..18f4d93 100644 (file)
@@ -4,7 +4,7 @@ echo "Starting initrd boot..."
 mkdir /proc
 mount -t proc proc /proc
 
-modprobe mtdram total_size=24576 erase_size=256
+modprobe mtdram total_size=25088 erase_size=256
 sleep 1
 
 ID=`grep "mtdram test device" /proc/mtd | cut -d: -f1| cut -b4-`
index 78034c9..3e11465 100644 (file)
@@ -1,5 +1,5 @@
 SRC_URI = "file://jffs2boot.sh"
-PR = "r0"
+PR = "r1"
 
 do_install() {
         install -m 0755 ${WORKDIR}/jffs2boot.sh ${D}/init