DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M
@ 2025-12-12 16:05 Ahmad Fatoum
  2025-12-12 16:05 ` [DistroKit] [PATCH 2/2] v8a: images: beagleplay: unify whitespace in genimage.config Ahmad Fatoum
  2025-12-12 16:10 ` [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M Robert Schwebel
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2025-12-12 16:05 UTC (permalink / raw)
  To: distrokit; +Cc: Ahmad Fatoum

This partition is already 2M, because the image placed into it as 2M as
well, but for symmetry with stm32mp-optee.config, let's be explicit
about this.

No functional change.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 configs/platform-v7a/config/images/stm32mp.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/platform-v7a/config/images/stm32mp.config b/configs/platform-v7a/config/images/stm32mp.config
index 30e3d38db2cd..93743b3c3d5e 100644
--- a/configs/platform-v7a/config/images/stm32mp.config
+++ b/configs/platform-v7a/config/images/stm32mp.config
@@ -16,6 +16,7 @@ image @IMAGE@ {
 	}
 	partition fip {
 		image = "@STM32MP_BOARD@@SCMI@.fip"
+		size = 2M
 	}
 
 	partition barebox-environment {
-- 
2.47.3




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-12 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-12 16:05 [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M Ahmad Fatoum
2025-12-12 16:05 ` [DistroKit] [PATCH 2/2] v8a: images: beagleplay: unify whitespace in genimage.config Ahmad Fatoum
2025-12-12 16:10 ` [DistroKit] [PATCH 1/2] v7a: images: stm32mp: set fip partition size to 2M Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox