summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-01-25 20:37:04 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2021-02-01 19:00:39 +0100
commit39363844c5f3285af43bcb55bdb4ad656c77f225 (patch)
tree7230a9e3428087bf1cd0e23b368c98b943b5d319
parenta9e6149a8348e0f130b1efe5d31d9440a80017ef (diff)
downloadDistroKit-39363844c5f3285af43bcb55bdb4ad656c77f225.tar.gz
DistroKit-39363844c5f3285af43bcb55bdb4ad656c77f225.tar.xz
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 <a.fatoum@pengutronix.de>
-rw-r--r--configs/platform-v7a/config/images/stm32mp.config2
1 files changed, 1 insertions, 1 deletions
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"