board/orangepi/common/genimage.cfg: use quotes around "gpt"

Like we do in all other genimage configuration files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Thomas Petazzoni 2022-07-22 22:21:43 +02:00 committed by Yann E. MORIN
parent 4e026da515
commit 50763ea094

View File

@ -7,7 +7,7 @@ image sdcard.img {
} }
hdimage { hdimage {
partition-table-type = gpt partition-table-type = "gpt"
gpt-location = 1008K # 1MB - 16KB(GPT) gpt-location = 1008K # 1MB - 16KB(GPT)
gpt-no-backup = true gpt-no-backup = true
} }