summaryrefslogtreecommitdiff
path: root/board/sifive/unleashed/genimage_sdcard.cfg
blob: 91c53bf855e4d5111e0cb5ab484a60e760a9e049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image sdcard.img {
	size = 128M

	hdimage {
		gpt = true
	}

	partition u-boot-spl {
		image = "u-boot-spl.bin"
		offset = 17K
		partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47
	}

	partition u-boot {
		image = "u-boot.itb"
		offset = 1041K
		partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
	}
}