summaryrefslogtreecommitdiffstats
path: root/config/images
diff options
context:
space:
mode:
Diffstat (limited to 'config/images')
-rw-r--r--config/images/ubifs.config16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/images/ubifs.config b/config/images/ubifs.config
new file mode 100644
index 000000000..730bc4254
--- /dev/null
+++ b/config/images/ubifs.config
@@ -0,0 +1,16 @@
+flash flash {
+ pebsize = @PEB_SIZE@
+ minimum-io-unit-size = @MINIMUM_IO_UNIT_SIZE@
+ sub-page-size = @SUB_PAGE_SIZE@
+ vid-header-offset = @VID_HEADER_OFFSET@
+ lebsize = @LEB_SIZE@
+}
+
+image @IMAGE@ {
+ ubifs {
+ extraargs = "-v"
+ max-size = @MAX_SIZE@
+ }
+ flashtype = "flash"
+ name = "root"
+}