From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude.hi.pengutronix.de ([2001:67c:670:100:1d::7]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l47fi-0005ES-85 for distrokit@pengutronix.de; Mon, 25 Jan 2021 20:37:10 +0100 Received: from afa by dude.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1l47fi-00072e-00 for distrokit@pengutronix.de; Mon, 25 Jan 2021 20:37:10 +0100 From: Ahmad Fatoum Date: Mon, 25 Jan 2021 20:37:04 +0100 Message-Id: <20210125193705.27018-2-a.fatoum@pengutronix.de> In-Reply-To: <20210125193705.27018-1-a.fatoum@pengutronix.de> References: <20210125193705.27018-1-a.fatoum@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 2/3] v7a: images: stm32mp: don't quote boolean in genimage List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de 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). --- configs/platform-v7a/config/images/stm32mp.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/platform-v7a/config/images/stm32mp.config b/configs/platform-v7a/config/images/stm32mp.config index c10632013127..4095e9fc612b 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 = "tf-a-@STM32MP_BOARD@.stm32" -- 2.30.0 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de