summaryrefslogtreecommitdiffstats
path: root/config/images/ubifs.config
blob: 730bc4254db3d6d91cb6e7388ef09aacf93aab8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
}