summaryrefslogtreecommitdiffstats
path: root/platforms/image_ubi.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-12-14 11:32:55 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-12-15 13:23:11 +0100
commitf498bd84029640514dc65feb66dd2ff8b3f6b43d (patch)
treec2183157a20f33214b0bf7a579a06b82982fc902 /platforms/image_ubi.in
parentadc8508d973a5bea3e9826b4e179287331b28df1 (diff)
downloadptxdist-f498bd84029640514dc65feb66dd2ff8b3f6b43d.tar.gz
ptxdist-f498bd84029640514dc65feb66dd2ff8b3f6b43d.tar.xz
[ubi] split ubi/ubifs options into two seperate files
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms/image_ubi.in')
-rw-r--r--platforms/image_ubi.in47
1 files changed, 0 insertions, 47 deletions
diff --git a/platforms/image_ubi.in b/platforms/image_ubi.in
index 012e631d5..f67923503 100644
--- a/platforms/image_ubi.in
+++ b/platforms/image_ubi.in
@@ -1,52 +1,5 @@
## SECTION=image
-menuconfig IMAGE_UBIFS
- bool
- select HOST_MTD_UTILS
- prompt "Generate images/root.ubifs "
- help
- Build an ubifs image of the root filesystem. Note that this image
- is not suitable for raw flash but for usage with the ubiupdatevol
- utility. If you are looking for a image for raw flash look at the
- root.ubi option below
-
-if IMAGE_UBIFS
-
-config IMAGE_UBIFS_MINIMUM_IO_UNIT_SIZE
- string
- default "<invalid>"
- prompt "minimum I/O unit size"
- help
- This option is passed to the -m option of mkfs.ubifs. Gain the
- correct value from 'mtdinfo -u' on your target.
-
-config IMAGE_UBIFS_LEB_SIZE
- string
- default "<invalid>"
- prompt "Logical erase block size"
- help
- This option is passed to the -e option of mkfs.ubifs. Gain the
- correct value from 'mtdinfo -u' on your target.
-
-config IMAGE_UBIFS_MAX_LEB_COUNT
- string
- default "<invalid>"
- prompt "maximum logical erase block count"
- help
- This option is passed to the -c option of mkfs.ubifs. This specifies
- the maximum size of your ubi filesystem in units of logical erase
- blocks
-
-config IMAGE_UBIFS_EXTRA_ARGS
- string
- default ""
- prompt "extra arguments passed to mkfs.ubifs"
- help
- If needed you can add extra arguments for mkfs.ubifs here
- (e.g. --devtable=${PTXDIST_WORKSPACE}/device_table.txt)
-
-endif
-
menuconfig IMAGE_UBI
bool
select IMAGE_UBIFS