diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2015-02-20 17:04:07 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-21 08:23:51 -0500 |
commit | ef917ddb1d9240b075f3c03ddf6e246c89b86fa6 (patch) | |
tree | 52d222ac95f2042c025caa41bc710bc2ff137c33 /arch/arm/cpu/arm926ejs/Makefile | |
parent | 56f86e39e80c5cbb17bec42cf6931cd203176830 (diff) | |
download | u-boot-imx-ef917ddb1d9240b075f3c03ddf6e246c89b86fa6.zip u-boot-imx-ef917ddb1d9240b075f3c03ddf6e246c89b86fa6.tar.gz u-boot-imx-ef917ddb1d9240b075f3c03ddf6e246c89b86fa6.tar.bz2 |
ARM: nomadik: move SoC sources to mach-nomadik
Move
arch/arm/cpu/arm926ejs/nomadik/* -> arch/arm/mach-nomadik/*
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Nomadik Linux Team <STN_WMM_nomadik_linux@list.st.com>
Cc: Alessandro Rubini <rubini@unipv.it>
Diffstat (limited to 'arch/arm/cpu/arm926ejs/Makefile')
-rw-r--r-- | arch/arm/cpu/arm926ejs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/arm926ejs/Makefile b/arch/arm/cpu/arm926ejs/Makefile index 0b43a90..ed0cf0f 100644 --- a/arch/arm/cpu/arm926ejs/Makefile +++ b/arch/arm/cpu/arm926ejs/Makefile @@ -20,7 +20,6 @@ obj-$(CONFIG_MB86R0x) += mb86r0x/ obj-$(CONFIG_MX25) += mx25/ obj-$(CONFIG_MX27) += mx27/ obj-$(if $(filter mxs,$(SOC)),y) += mxs/ -obj-$(CONFIG_ARCH_NOMADIK) += nomadik/ obj-$(CONFIG_ORION5X) += orion5x/ obj-$(CONFIG_PANTHEON) += pantheon/ obj-$(if $(filter spear,$(SOC)),y) += spear/ |