mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
ARM: versatile: move SoC sources to mach-versatile
Move arch/arm/cpu/arm926ejs/versatile/* -> arch/arm/mach-versatile/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
3e93b4e600
commit
63637a4846
7 changed files with 2 additions and 2 deletions
|
@ -746,7 +746,7 @@ source "arch/arm/mach-tegra/Kconfig"
|
|||
|
||||
source "arch/arm/cpu/armv7/uniphier/Kconfig"
|
||||
|
||||
source "arch/arm/cpu/arm926ejs/versatile/Kconfig"
|
||||
source "arch/arm/mach-versatile/Kconfig"
|
||||
|
||||
source "arch/arm/cpu/armv7/zynq/Kconfig"
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ machine-$(CONFIG_ARCH_NOMADIK) += nomadik
|
|||
# TODO: rename CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
|
||||
machine-$(CONFIG_ORION5X) += orion5x
|
||||
machine-$(CONFIG_TEGRA) += tegra
|
||||
machine-$(CONFIG_ARCH_VERSATILE) += versatile
|
||||
|
||||
machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))
|
||||
|
||||
|
|
|
@ -22,4 +22,3 @@ obj-$(CONFIG_MX27) += mx27/
|
|||
obj-$(if $(filter mxs,$(SOC)),y) += mxs/
|
||||
obj-$(CONFIG_PANTHEON) += pantheon/
|
||||
obj-$(if $(filter spear,$(SOC)),y) += spear/
|
||||
obj-$(CONFIG_ARCH_VERSATILE) += versatile/
|
||||
|
|
Loading…
Reference in a new issue