summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 20:44:44 +0300
committerTom Rini <trini@konsulko.com>2020-01-17 21:26:49 +0300
commit1444998230824ac9e95c14073a00e99e59b78ed8 (patch)
tree781cd49bf140e2c2ddd0bcbb30113c547d87cbbf /board
parent77f4e477ae85e7ad229a86337a2b951aa7b48e68 (diff)
downloadu-boot-1444998230824ac9e95c14073a00e99e59b78ed8.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>