From d215ed91d1cc9096d301e4670b34129f9b4a4cd6 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Mar 2025 07:38:03 +0100 Subject: coreboot-partition-map.c: use HeFS, instead of the old name HPFS. --- src/coreboot-partition-map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/coreboot-partition-map.c b/src/coreboot-partition-map.c index 64ee94d..3012b42 100644 --- a/src/coreboot-partition-map.c +++ b/src/coreboot-partition-map.c @@ -12,7 +12,7 @@ #define MP_FILESYSTEM_COUNT 3 #define MP_FILESYSTEM_LIST \ { \ - "NeFS", "HPFS", "HFS+" \ + "NeFS", "HeFS", "HFS+" \ } /// @brief check if filesystem is supported by CoreBoot. -- cgit v1.2.3