summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/vexpress.config
blob: 7cfaaaa6c06359c196952047b4097b5ed950469d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
image @IMAGE@ {
	hdimage {
		align = 1M
		disk-signature = 0x74823abf
	}
	partition root-A {
		image = root.ext2
		partition-type = 0x83
		size = 512M
	}
	partition data {
		partition-type = 0x83
		size = 512M
	}
	/* expand image size to 64 MiB; dummy size, results in 0 bytes length */
	partition end {
		image = /dev/null
		size = 1M
		offset = 1025M
		in-partition-table = false
	}
}

/* vim: set tabstop=8 noexpandtab : */