summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/uboot/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/arm/uboot/conf.c')
-rw-r--r--sys/boot/arm/uboot/conf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/arm/uboot/conf.c b/sys/boot/arm/uboot/conf.c
index b797565..03dc641 100644
--- a/sys/boot/arm/uboot/conf.c
+++ b/sys/boot/arm/uboot/conf.c
@@ -56,6 +56,9 @@ struct fs_ops *file_system[] = {
#if defined(LOADER_EXT2FS_SUPPORT)
&ext2fs_fsops,
#endif
+#if defined(LOADER_NANDFS_SUPPORT)
+ &nandfs_fsops,
+#endif
#if defined(LOADER_NFS_SUPPORT)
&nfs_fsops,
#endif
OpenPOWER on IntegriCloud