summaryrefslogtreecommitdiffstats
path: root/configs/platform-ti/config/images/sd.config
blob: 1b914c56ebf7f1f3284c08f3cde40437e698b5c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image @IMAGE@ {
    hdimage {
        align = 1M
    }
    size = 512M
    partition boot {
        image = boot-mlo.vfat
        partition-type = 0x0C
        bootable = true
    }
    partition root {
        image = root.ext2
        partition-type = 0x83
    }
}