diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2016-03-30 12:22:29 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2016-04-01 14:06:35 +0200 |
commit | bf1e795d14d7963d387eccd5ccabe98bbfb9684d (patch) | |
tree | e90b82e8bbbd6ef5edd7682a6e930e6e88f17b59 /arch/arm/boards/efika-mx-smartbook | |
parent | 25ab9fcaf862459650ae052e20527331d3ceefb9 (diff) | |
download | barebox-bf1e795d14d7963d387eccd5ccabe98bbfb9684d.tar.gz |
ARM: i.MX: remove unused imx-flash-header.h
All i.MX images are nowadays built with the imx-image tool, so we do not
need the header files and Kconfig options anymore. Remove them.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/efika-mx-smartbook')
-rw-r--r-- | arch/arm/boards/efika-mx-smartbook/board.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boards/efika-mx-smartbook/board.c b/arch/arm/boards/efika-mx-smartbook/board.c index f023d70c28..d1d020e762 100644 --- a/arch/arm/boards/efika-mx-smartbook/board.c +++ b/arch/arm/boards/efika-mx-smartbook/board.c @@ -32,7 +32,6 @@ #include <asm/armlinux.h> -#include <mach/imx-flash-header.h> #include <mach/devices-imx51.h> #include <mach/imx51-regs.h> #include <mach/iomux-mx51.h> |