From: Zbigniew Jędrzejewski-Szmek Date: Thu, 18 Nov 2021 09:39:21 +0000 (+0100) Subject: shared/gpt: drop outdated comment X-Git-Tag: v250-rc1~192^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60106de05a61502d04ddaa71d46f90860f5c21fa;p=thirdparty%2Fsystemd.git shared/gpt: drop outdated comment C.f. 1fb2d8fcb69bcdbab0a5dd23bbf02f729e47e656. --- diff --git a/src/shared/gpt.h b/src/shared/gpt.h index bedc222ee90..01833353b8e 100644 --- a/src/shared/gpt.h +++ b/src/shared/gpt.h @@ -7,10 +7,6 @@ #include "id128-util.h" -/* We only support root disk discovery for x86, x86-64, Itanium, ARM and LoongArch for now, - * since EFI for anything else doesn't really exist, and we only care for root partitions - * on the same disk as the EFI ESP. */ - #define GPT_ROOT_X86 SD_ID128_MAKE(44,47,95,40,f2,97,41,b2,9a,f7,d1,31,d5,f0,45,8a) #define GPT_ROOT_X86_64 SD_ID128_MAKE(4f,68,bc,e3,e8,cd,4d,b1,96,e7,fb,ca,f9,84,b7,09) #define GPT_ROOT_ARM SD_ID128_MAKE(69,da,d7,10,2c,e4,4e,3c,b1,6c,21,a1,d4,9a,be,d3)