summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/at91-sd.config
blob: 641db071224f325359756cd0dd34d3a3779ebe43 (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
28
image @IMAGE@-boot.vfat {
	vfat {
		file BOOT.BIN { image = @FSBL@ }
		file barebox.bin { image = @SSBL@ }
	}
	size = 3M
}

image @IMAGE@ {
	hdimage {
		align = 1M
		disk-signature = 0x67823abf
	}
	partition boot {
		image = @IMAGE@-boot.vfat
		partition-type = 0xc
		bootable = true
	}
	partition root-A {
		image = root.ext2
		partition-type = 0x83
	}
	partition data {
		partition-type = 0x83
		size = 512M
	}
}
/* vim: set tabstop=8 noexpandtab : */