From: Thomas Weißschuh Date: Thu, 11 Jan 2024 06:37:21 +0000 (+0100) Subject: include: add U-Boot environment partition type X-Git-Tag: v2.40-rc1~58^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61386e530e1ee030c3b5395790c793f9cfcdbd07;p=thirdparty%2Futil-linux.git include: add U-Boot environment partition type Signed-off-by: Thomas Weißschuh --- diff --git a/include/pt-gpt-partnames.h b/include/pt-gpt-partnames.h index 8acf77de4a..b246eca277 100644 --- a/include/pt-gpt-partnames.h +++ b/include/pt-gpt-partnames.h @@ -289,3 +289,6 @@ DEF_GUID("3D48CE54-1D16-11DC-8696-01301BB8A9F5", N_("DragonFlyBSD Label64")), DEF_GUID("BD215AB2-1D16-11DC-8696-01301BB8A9F5", N_("DragonFlyBSD Legacy")), DEF_GUID("61DC63AC-6E38-11DC-8513-01301BB8A9F5", N_("DragonFlyBSD HAMMER")), DEF_GUID("5CBB9AD1-862D-11DC-A94D-01301BB8A9F5", N_("DragonFlyBSD HAMMER2")), + +/* U-Boot */ +DEF_GUID("3DE21764-95BD-54BD-A5C3-4ABE786F38A8", N_("U-Boot environment")),