summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/sabrelite.config
blob: 6fe4da7d911368b8e63a1943f1d8012ffd5689e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
image @IMAGE@ {
	hdimage {
		align = 1M
		disk-signature = 0x67bac764
	}

	partition barebox {
		in-partition-table = false
		image = "barebox-freescale-imx6q-sabrelite.img"
		size = 2M
	}

	partition root-A {
		image = root.ext2
		partition-type = 0x83
	}
	partition data {
		partition-type = 0x83
		size = 512M
	}
}
/* vim: set tabstop=8 noexpandtab : */