board/aarch64-efi/genimage-efi.cfg: use readable partition type

genimage has an alias for the root-arm64 uuid [1].

[1] https://github.com/pengutronix/genimage/blob/v19/image-hd.c#L284

Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Julien Olivain
2026-02-27 22:57:11 +01:00
parent 4cb77b4940
commit 42a29e8864

View File

@@ -24,7 +24,7 @@ image disk.img {
}
partition root {
partition-type-uuid = b921b045-1df0-41c3-af44-4c6f280d3fae
partition-type-uuid = root-arm64
image = "rootfs.ext2"
}
}