summaryrefslogtreecommitdiffstats
path: root/board/imx21ads
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-02-08 13:52:46 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-02-08 14:37:50 +0100
commite6b8bdc0c5cdd2485682a1e55c031c518bd3de72 (patch)
tree58dac4c792c78048d7c9530c0473e28e457557ca /board/imx21ads
parent582da05383cc3c8ef7ba7c8c2ff7b7eaff32c584 (diff)
downloadbarebox-e6b8bdc0c5cdd2485682a1e55c031c518bd3de72.tar.gz
barebox-e6b8bdc0c5cdd2485682a1e55c031c518bd3de72.tar.xz
cfi_flash: move include/cfi_flash.c next to driver
This file has no useful things for others than the driver, so move it next to the driver and remove the corresponding include from other files. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'board/imx21ads')
-rw-r--r--board/imx21ads/imx21ads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/imx21ads/imx21ads.c b/board/imx21ads/imx21ads.c
index ba67e462ba..88dcfb296e 100644
--- a/board/imx21ads/imx21ads.c
+++ b/board/imx21ads/imx21ads.c
@@ -23,7 +23,6 @@
#include <common.h>
#include <net.h>
-#include <cfi_flash.h>
#include <init.h>
#include <environment.h>
#include <mach/imx-regs.h>