diff mbox series

[1/8] board/orangepi/common/genimage.cfg: use quotes around "gpt"

Message ID 20220722202151.76235-2-thomas.petazzoni@bootlin.com
State Accepted
Headers show
Series genimage.cfg file clean-up | expand

Commit Message

Thomas Petazzoni July 22, 2022, 8:21 p.m. UTC
Like we do in all other genimage configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 board/orangepi/common/genimage.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/board/orangepi/common/genimage.cfg b/board/orangepi/common/genimage.cfg
index a61c4a039f..c748108ca0 100644
--- a/board/orangepi/common/genimage.cfg
+++ b/board/orangepi/common/genimage.cfg
@@ -7,7 +7,7 @@  image sdcard.img {
 	}
 
 	hdimage {
-		partition-table-type = gpt
+		partition-table-type = "gpt"
 		gpt-location = 1008K # 1MB - 16KB(GPT)
 		gpt-no-backup = true
 	}