summaryrefslogtreecommitdiff
path: root/src/shared/gpt.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-18 10:39:21 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-19 15:30:08 +0100
commit60106de05a61502d04ddaa71d46f90860f5c21fa (patch)
tree846b5de1c991ffa46202230606e2ccee6b739f14 /src/shared/gpt.h
parent14efbfd96d67800e55137f89ec7a09d81049d176 (diff)
downloadsystemd-60106de05a61502d04ddaa71d46f90860f5c21fa.tar.gz
shared/gpt: drop outdated comment
C.f. 1fb2d8fcb69bcdbab0a5dd23bbf02f729e47e656.
Diffstat (limited to 'src/shared/gpt.h')
-rw-r--r--src/shared/gpt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shared/gpt.h b/src/shared/gpt.h
index bedc222ee9..01833353b8 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)