From 2608d3699bcfac06d92c5c38b0a4aefca2313293 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 25 Jan 2021 20:37:05 +0100 Subject: v7a: images: stm32mp: don't place backup GPT table into image The images sizes don't correspond to a specific SD-Card or eMMC size, so software checking for the backup partition table at the end of the device won't find it. Dropping it will however reduce the STM32MP1 images size (618M -> 66M). Do so. Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/config/images/stm32mp.config | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/platform-v7a/config/images/stm32mp.config b/configs/platform-v7a/config/images/stm32mp.config index a8a28f2..6b915fd 100644 --- a/configs/platform-v7a/config/images/stm32mp.config +++ b/configs/platform-v7a/config/images/stm32mp.config @@ -2,6 +2,7 @@ image @IMAGE@ { hdimage { align = 1M gpt = true + gpt-no-backup = true } partition fsbl1 { image = "stm32mp1-tf-a-@STM32MP_BOARD@.stm32" -- cgit v1.2.3