From 39363844c5f3285af43bcb55bdb4ad656c77f225 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 25 Jan 2021 20:37:04 +0100 Subject: v7a: images: stm32mp: don't quote boolean in genimage Both forms are accepted, but it looks more natural to not quote non-string values. This is also what we do for the other genimage configs (e.g. bootable = true). Signed-off-by: Ahmad Fatoum --- configs/platform-v7a/config/images/stm32mp.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-v7a') diff --git a/configs/platform-v7a/config/images/stm32mp.config b/configs/platform-v7a/config/images/stm32mp.config index 84ad119..a8a28f2 100644 --- a/configs/platform-v7a/config/images/stm32mp.config +++ b/configs/platform-v7a/config/images/stm32mp.config @@ -1,7 +1,7 @@ image @IMAGE@ { hdimage { align = 1M - gpt = "true" + gpt = true } partition fsbl1 { image = "stm32mp1-tf-a-@STM32MP_BOARD@.stm32" -- cgit v1.2.3