summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/hd.config
blob: 4ff33630c720b1d9895cdee73d395be646feb288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

@BOOTLOADER_IMAGES@

image @IMAGE@ {
	hdimage {
		align = 1M
	}
	@BOOTLOADER_PARTITIONS@
	partition root-A {
		image = root.ext2
		partition-type = 0x83
		size = 512M
	}
	partition data {
		partition-type = 0x83
		size = 512M
	}
}