diff options
author | Fabio Estevam <festevam@gmail.com> | 2019-02-14 10:36:27 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-03-13 09:14:35 +0100 |
commit | c6235ef3cbc73a4340e08018696a37b5056948fe (patch) | |
tree | 80ad77b30d2d32d869ef0d88d7a816c3ac5469cf /board | |
parent | 4a2d09ac46f9da329be178dae306895a51601fdd (diff) | |
download | u-boot-c6235ef3cbc73a4340e08018696a37b5056948fe.tar.gz u-boot-c6235ef3cbc73a4340e08018696a37b5056948fe.tar.bz2 u-boot-c6235ef3cbc73a4340e08018696a37b5056948fe.zip |
warp7: Remove unneeded headers after DM conversion
After DM conversion the I2C and MMC related board codes have been
removed, so remove the corresponding header files as well.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/warp7/warp7.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/warp7/warp7.c b/board/warp7/warp7.c index 6ebeb08e33..49f290f978 100644 --- a/board/warp7/warp7.c +++ b/board/warp7/warp7.c @@ -11,12 +11,8 @@ #include <asm/gpio.h> #include <asm/mach-imx/hab.h> #include <asm/mach-imx/iomux-v3.h> -#include <asm/mach-imx/mxc_i2c.h> #include <asm/io.h> #include <common.h> -#include <fsl_esdhc.h> -#include <i2c.h> -#include <mmc.h> #include <asm/arch/crm_regs.h> #include <usb.h> #include <netdev.h> |