board/davinci. Move the davinci common headers to the architecture specific include file path. Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
@@ -29,7 +29,7 @@
#include <net.h>
#include <asm/arch/hardware.h>
#include <asm/io.h>
-#include "misc.h"
+#include <asm/arch/davinci_misc.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -20,7 +20,7 @@
-#include "common.h"
+#include <asm/arch/da8xx_common.h>
#ifndef CONFIG_USE_IRQ
void irq_init(void)
@@ -40,8 +40,8 @@
#include <asm/arch/emif_defs.h>
#include <asm/arch/emac_defs.h>
-#include "../common/misc.h"
@@ -29,8 +29,8 @@
@@ -22,7 +22,7 @@
#include <asm/arch/nand_defs.h>
#include <netdev.h>
#include <asm/arch/gpio_defs.h>
@@ -24,7 +24,7 @@
@@ -27,7 +27,7 @@
#include <common.h>
#include <i2c.h>
@@ -30,7 +30,7 @@
#define DAVINCI_A3CR (0x01E00014) /* EMIF-A CS3 config register. */
#define DAVINCI_A3CR_VAL (0x3FFFFFFD) /* EMIF-A CS3 value for FPGA. */
@@ -28,7 +28,7 @@
#include <nand.h>