diff options
Diffstat (limited to 'net/nfs.c')
-rw-r--r-- | net/nfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,7 +28,9 @@ #include <common.h> #include <command.h> +#ifdef CONFIG_SYS_DIRECT_FLASH_NFS #include <flash.h> +#endif #include <image.h> #include <log.h> #include <net.h> |