summaryrefslogtreecommitdiff
path: root/include/common.h
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 /include/common.h
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 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/common.h b/include/common.h
index 7e2de23ae4..34ef346400 100644
--- a/include/common.h
+++ b/include/common.h
@@ -80,12 +80,6 @@ extern ulong load_addr; /* Default Load Address */
extern ulong save_addr; /* Default Save Address */
extern ulong save_size; /* Default Save Size */
-/* common/cmd_fat.c */
-int do_fat_fsload(cmd_tbl_t *, int, int, char * const []);
-
-/* common/cmd_ext2.c */
-int do_ext2load(cmd_tbl_t *, int, int, char * const []);
-
/* common/exports.c */
void jumptable_init(void);