mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Yann E. MORIN
parent
4e026da515
commit
50763ea094
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user