[Buildroot] [PATCH 14/16] board/sifive/hifive-unleashed/genimage_sdcard: convert partition-type-uuid to single letter notation

Giulio Benetti giulio.benetti at benettiengineering.com
Sun Feb 6 20:05:30 UTC 2022


Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
---
 board/sifive/hifive-unleashed/genimage_sdcard.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/sifive/hifive-unleashed/genimage_sdcard.cfg b/board/sifive/hifive-unleashed/genimage_sdcard.cfg
index e66f221d73..b8bd787488 100644
--- a/board/sifive/hifive-unleashed/genimage_sdcard.cfg
+++ b/board/sifive/hifive-unleashed/genimage_sdcard.cfg
@@ -17,7 +17,7 @@ image sdcard.img {
 
 	partition rootfs {
 		image = "rootfs.ext4"
-		partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
+		partition-type-uuid = L
 		bootable = true
 	}
 }
-- 
2.25.1




More information about the buildroot mailing list