image_types_ubi_splash_initrd.bbclass : remove MKUBIFS_ARGS -F option.
authorhschang <chang@dev3>
Wed, 6 Feb 2013 08:35:39 +0000 (17:35 +0900)
committerhschang <chang@dev3>
Wed, 6 Feb 2013 08:36:38 +0000 (17:36 +0900)
meta-bsp/common/classes/image_types_ubi_splash_initrd.bbclass

index f9fbd89..23a3409 100644 (file)
@@ -1,7 +1,7 @@
 inherit image_types
 
 UBI_VOLNAME = "rootfs"
 inherit image_types
 
 UBI_VOLNAME = "rootfs"
-MKUBIFS_ARGS = "-m 2048 -e 126976 -c ${MKFS_UBI_MAX_ERASE_BLK_COUNT} -F"
+MKUBIFS_ARGS = "-m 2048 -e 126976 -c ${MKFS_UBI_MAX_ERASE_BLK_COUNT}"
 UBINIZE_ARGS = "-m 2048 -p 128KiB"
 
 IMAGEDIR ?= "${MACHINE}"
 UBINIZE_ARGS = "-m 2048 -p 128KiB"
 
 IMAGEDIR ?= "${MACHINE}"