Skip to content
Snippets Groups Projects
Commit 601fbec7 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

ARM: davinci: move SoC sources to mach-davinci


Move
arch/arm/cpu/arm926ejs/davinci/* -> arch/arm/mach-davinci/*

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Rini <trini@ti.com>
parent 09f455dc
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 6 deletions
...@@ -716,7 +716,7 @@ endchoice ...@@ -716,7 +716,7 @@ endchoice
source "arch/arm/mach-at91/Kconfig" source "arch/arm/mach-at91/Kconfig"
source "arch/arm/cpu/arm926ejs/davinci/Kconfig" source "arch/arm/mach-davinci/Kconfig"
source "arch/arm/cpu/arm1176/bcm2835/Kconfig" source "arch/arm/cpu/arm1176/bcm2835/Kconfig"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
# Machine directory name. This list is sorted alphanumerically # Machine directory name. This list is sorted alphanumerically
# by CONFIG_* macro name. # by CONFIG_* macro name.
machine-$(CONFIG_ARCH_AT91) += at91 machine-$(CONFIG_ARCH_AT91) += at91
machine-$(CONFIG_ARCH_DAVINCI) += davinci
# TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA # TODO: rename CONFIG_TEGRA -> CONFIG_ARCH_TEGRA
machine-$(CONFIG_TEGRA) += tegra machine-$(CONFIG_TEGRA) += tegra
......
...@@ -15,7 +15,6 @@ endif ...@@ -15,7 +15,6 @@ endif
endif endif
obj-$(CONFIG_ARMADA100) += armada100/ obj-$(CONFIG_ARMADA100) += armada100/
obj-$(CONFIG_ARCH_DAVINCI) += davinci/
obj-$(CONFIG_KIRKWOOD) += kirkwood/ obj-$(CONFIG_KIRKWOOD) += kirkwood/
obj-$(if $(filter lpc32xx,$(SOC)),y) += lpc32xx/ obj-$(if $(filter lpc32xx,$(SOC)),y) += lpc32xx/
obj-$(CONFIG_MB86R0x) += mb86r0x/ obj-$(CONFIG_MB86R0x) += mb86r0x/
......
File moved
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include <net.h> #include <net.h>
#include <dp83848.h> #include <dp83848.h>
#include <asm/arch/emac_defs.h> #include <asm/arch/emac_defs.h>
#include "../../../../../drivers/net/davinci_emac.h" #include "../../../drivers/net/davinci_emac.h"
#ifdef CONFIG_DRIVER_TI_EMAC #ifdef CONFIG_DRIVER_TI_EMAC
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <net.h> #include <net.h>
#include <miiphy.h> #include <miiphy.h>
#include <asm/arch/emac_defs.h> #include <asm/arch/emac_defs.h>
#include "../../../../../drivers/net/davinci_emac.h" #include "../../../drivers/net/davinci_emac.h"
#ifdef CONFIG_DRIVER_TI_EMAC #ifdef CONFIG_DRIVER_TI_EMAC
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <net.h> #include <net.h>
#include <asm/arch/emac_defs.h> #include <asm/arch/emac_defs.h>
#include <asm/io.h> #include <asm/io.h>
#include "../../../../../drivers/net/davinci_emac.h" #include "../../../drivers/net/davinci_emac.h"
int ksz8873_is_phy_connected(int phy_addr) int ksz8873_is_phy_connected(int phy_addr)
{ {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <miiphy.h> #include <miiphy.h>
#include <lxt971a.h> #include <lxt971a.h>
#include <asm/arch/emac_defs.h> #include <asm/arch/emac_defs.h>
#include "../../../../../drivers/net/davinci_emac.h" #include "../../../drivers/net/davinci_emac.h"
#ifdef CONFIG_DRIVER_TI_EMAC #ifdef CONFIG_DRIVER_TI_EMAC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment