board/orangepi/orangepi-5-plus: fix genimage.cfg

At the moment, Buildroot provides genimage v18. However that version
does not yet include the GUID shortcut for 'u-boot-env' partition type.
This convenient change is relatively new (see [1]) and can be expected
in v19. For now, use the GUID value directly.

[1] 3e0a2aea8d

Fixes: 057012eb2c ("configs/orangepi_5_plus: new board")

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Sergey Matyukevich
2025-01-26 14:31:38 +03:00
committed by Julien Olivain
parent a528ac581f
commit a0eefe1ce6

View File

@@ -10,7 +10,7 @@ image sdcard.img {
}
partition uboot-env {
partition-type-uuid = u-boot-env
partition-type-uuid = 3de21764-95bd-54bd-a5c3-4abe786f38a8
offset = 16M
size = 64K
}