aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-02-26 07:26:26 +0100
committerTom Rini <trini@konsulko.com>2020-04-17 12:32:36 -0400
commitfd0e30b43b6b2401e68dc32c357869c617d4fdd1 (patch)
tree02648a72640e58d2a9e4231cff055a859e47b3e3 /cmd
parent25a1b5efb36179d141996c568186148a8c30f12d (diff)
downloadu-boot-fd0e30b43b6b2401e68dc32c357869c617d4fdd1.zip
u-boot-fd0e30b43b6b2401e68dc32c357869c617d4fdd1.tar.gz
u-boot-fd0e30b43b6b2401e68dc32c357869c617d4fdd1.tar.bz2
cmd: fat: remove unused includes
Remove unused includes from cmd/fat.c. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/fat.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/fat.c b/cmd/fat.c
index 50df127..abce2f1 100644
--- a/cmd/fat.c
+++ b/cmd/fat.c
@@ -8,13 +8,7 @@
* Boot support
*/
#include <common.h>
-#include <command.h>
-#include <s_record.h>
-#include <net.h>
-#include <ata.h>
-#include <asm/io.h>
#include <mapmem.h>
-#include <part.h>
#include <fat.h>
#include <fs.h>