diff options
| -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. |
