diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-24 07:38:03 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-24 07:38:03 +0100 |
| commit | d215ed91d1cc9096d301e4670b34129f9b4a4cd6 (patch) | |
| tree | 77d3baf3ae6ce26875eb9611277b04438889ab44 /src | |
| parent | ff0d2f98126cee6639ca4f8f859b4f5efae571d9 (diff) | |
coreboot-partition-map.c: use HeFS, instead of the old name HPFS.
Diffstat (limited to 'src')
| -rw-r--r-- | src/coreboot-partition-map.c | 2 |
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. |
