summaryrefslogtreecommitdiffstats
path: root/board/enbw/enbw_cmc/enbw_cmc.c
diff options
context:
space:
mode:
authorKhoronzhuk, Ivan <ivan.khoronzhuk@ti.com>2014-06-07 04:22:52 +0300
committerTom Rini <trini@ti.com>2014-06-19 17:53:58 -0400
commit3e01ed00da98a29fe2b71c6d60309d5b09adc0de (patch)
treec5f3baf0116e22ae4ba0a3ecc26095efc3905c02 /board/enbw/enbw_cmc/enbw_cmc.c
parent99907176a05d3282c66f9925f0a656621c1f9b09 (diff)
downloadblackbird-obmc-uboot-3e01ed00da98a29fe2b71c6d60309d5b09adc0de.tar.gz
blackbird-obmc-uboot-3e01ed00da98a29fe2b71c6d60309d5b09adc0de.zip
mtd: nand: davinci: add header file for driver definitions
The definitions inside emif_defs.h concern davinci nand driver and should be in it's header. So create header file for davinci nand driver and move definitions from emif_defs.h and nand_defs.h to it. Acked-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com> [trini: Fixup more davinci breakage] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/enbw/enbw_cmc/enbw_cmc.c')
-rw-r--r--board/enbw/enbw_cmc/enbw_cmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/enbw/enbw_cmc/enbw_cmc.c b/board/enbw/enbw_cmc/enbw_cmc.c
index 39efe20bfd..53b8362147 100644
--- a/board/enbw/enbw_cmc/enbw_cmc.c
+++ b/board/enbw/enbw_cmc/enbw_cmc.c
@@ -29,7 +29,7 @@
#include <asm/io.h>
#include <asm/arch/da850_lowlevel.h>
#include <asm/arch/davinci_misc.h>
-#include <asm/arch/emif_defs.h>
+#include <asm/ti-common/davinci_nand.h>
#include <asm/arch/emac_defs.h>
#include <asm/arch/gpio.h>
#include <asm/arch/pinmux_defs.h>
OpenPOWER on IntegriCloud