From a0eefe1ce635edd2482e1706afa3fa8646bdfbf0 Mon Sep 17 00:00:00 2001 From: Sergey Matyukevich Date: Sun, 26 Jan 2025 14:31:38 +0300 Subject: [PATCH] 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] https://github.com/pengutronix/genimage/commit/3e0a2aea8d10431f8c8f652129f73544cfa16af2 Fixes: 057012eb2c2c ("configs/orangepi_5_plus: new board") Signed-off-by: Sergey Matyukevich Signed-off-by: Julien Olivain --- board/orangepi/orangepi-5-plus/genimage.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/orangepi/orangepi-5-plus/genimage.cfg b/board/orangepi/orangepi-5-plus/genimage.cfg index 5da0b4a2cf..1f3ff3ec25 100644 --- a/board/orangepi/orangepi-5-plus/genimage.cfg +++ b/board/orangepi/orangepi-5-plus/genimage.cfg @@ -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 }