summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/sparc64')
-rw-r--r--sys/boot/sparc64/loader/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c
index 3354bc2..971adc6 100644
--- a/sys/boot/sparc64/loader/main.c
+++ b/sys/boot/sparc64/loader/main.c
@@ -106,9 +106,12 @@ struct fs_ops *file_system[] = {
#ifdef LOADER_CD9660_SUPPORT
&cd9660_fsops,
#endif
-#ifdef LOADER_GZIP_SUPPORT
+#ifdef LOADER_ZIP_SUPPORT
&zipfs_fsops,
#endif
+#ifdef LOADER_GZIP_SUPPORT
+ &gzipfs_fsops,
+#endif
#ifdef LOADER_BZIP2_SUPPORT
&bzipfs_fsops,
#endif
OpenPOWER on IntegriCloud