summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 20:44:44 +0300
committerJagan Teki <jagan@amarulasolutions.com>2020-01-24 20:36:48 +0300
commit65de5394640e300642de5121b2d9e5087d4783dd (patch)
tree8109ed871d0eaf8ae5ea6a593af6c56b0f56e96a /board
parent34971eec84e25773e29acfeeeae5ccb88f197ab4 (diff)
downloadu-boot-65de5394640e300642de5121b2d9e5087d4783dd.tar.xz
common: Move functions for loading from fat/ext2 to fs.h
These are filesystem functions and belong in the filesystem header file. Move them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/inversepath/usbarmory/usbarmory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/inversepath/usbarmory/usbarmory.c b/board/inversepath/usbarmory/usbarmory.c
index 19510184d8..e9eea40e45 100644
--- a/board/inversepath/usbarmory/usbarmory.c
+++ b/board/inversepath/usbarmory/usbarmory.c
@@ -9,6 +9,7 @@
#include <common.h>
#include <command.h>
+#include <fs.h>
#include <asm/io.h>
#include <asm/arch/imx-regs.h>
#include <asm/arch/sys_proto.h>