summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/vexpress.config
blob: b982ae2da41c6ca390bbb7798f2dcf3248420aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
image @IMAGE@ {
	/* Note: qemu will complain if the SD card size is not a power of two */
	size = 1G
	hdimage {
		align = 1M
		fill = true
		partition-table-type = gpt
	}
	partition root-A {
		image = root.ext2
		partition-type-uuid = 69dad710-2ce4-4e3c-b16c-21a1d49abed3 # root-arm
	}
}

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