From 60106de05a61502d04ddaa71d46f90860f5c21fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 18 Nov 2021 10:39:21 +0100 Subject: [PATCH] shared/gpt: drop outdated comment C.f. 1fb2d8fcb69bcdbab0a5dd23bbf02f729e47e656. --- src/shared/gpt.h | 4 ---- 1 file changed, 4 deletions(-) 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) -- 2.47.3