summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/vexpress-nor.config
blob: 58bbbfca404aa1c37d88209041343a4c1eea27b3 (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
25
26
27
image @IMAGE@ {
	/* Note: qemu will complain if the SD card size is not a power of two */
	size = 64M
	hdimage {
		partition-table-type = none
		fill = true
	}
	partition barebox {
		image = barebox-vexpress-ca9.img
		offset = 0
		in-partition-table = false
	}
	partition barebox-environment {
		/* empty environment -> use barebox builtin */
		image = barebox-zero-env-vexpress
		offset = 512K
		in-partition-table = false
	}
	partition barebox-state {
		image = /dev/null
		offset = 1M
		in-partition-table = false
		size = 1M
	}
}

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