summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-24 07:38:03 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-24 07:38:03 +0100
commitd215ed91d1cc9096d301e4670b34129f9b4a4cd6 (patch)
tree77d3baf3ae6ce26875eb9611277b04438889ab44
parentff0d2f98126cee6639ca4f8f859b4f5efae571d9 (diff)
coreboot-partition-map.c: use HeFS, instead of the old name HPFS.
-rw-r--r--src/coreboot-partition-map.c2
1 files changed, 1 insertions, 1 deletions
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.