summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/stm32mp.config
blob: cbf965812626b95e5e7f336200526ef3611b7c49 (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
29
30
image @IMAGE@ {
	hdimage {
		align = 1M
		gpt = true
		gpt-no-backup = true
	}
	partition fsbl1 {
		image = "stm32mp1-tf-a-@STM32MP_BOARD_FSBL@.stm32"
		size = 256K
	}
	partition fsbl2 {
		image = "stm32mp1-tf-a-@STM32MP_BOARD_FSBL@.stm32"
		size = 256K
	}
	partition ssbl {
		image = "barebox-@STM32MP_BOARD_SSBL@.img"
		size = 1M
	}
	partition barebox-environment {
		size = 1M
	}
	partition root {
		image = root.ext2
		size = 512M
	}
	partition data {
		size = 100M
	}
}
/* vim: set tabstop=8 noexpandtab : */