summaryrefslogtreecommitdiffstats
path: root/test/ubi.config
blob: aa40c896f75f269b5f3268292613241362fb45f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include("flash-types.config")

image test.ubi {
	ubi {
	}
	partition ubifs1 {
		image = "test.ubifs"
	}
	partition ubifs2 {
		image = "test.ubifs"
		autoresize = true
	}
	flashtype = "nand-64M-512"
}