diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-04-21 20:38:21 +0900 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-05-07 05:21:12 +0200 |
commit | 05a217212b41c6342fc1c6be0fe49ce28c9afe40 (patch) | |
tree | a7178e048809fcd4b3abec3ea398d7dada7cf1aa /arch/arm/cpu/armv7/Makefile | |
parent | 7865f4b0b67ea7108117e68166294b7e95a5ede1 (diff) | |
download | u-boot-imx-05a217212b41c6342fc1c6be0fe49ce28c9afe40.zip u-boot-imx-05a217212b41c6342fc1c6be0fe49ce28c9afe40.tar.gz u-boot-imx-05a217212b41c6342fc1c6be0fe49ce28c9afe40.tar.bz2 |
ARM: socfpga: move SoC sources to mach-socfpga
Our recent trend is to collect SoC files into arch/arm/mach-(SOC).
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/cpu/armv7/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/Makefile b/arch/arm/cpu/armv7/Makefile index d335845..64a283f 100644 --- a/arch/arm/cpu/armv7/Makefile +++ b/arch/arm/cpu/armv7/Makefile @@ -50,7 +50,6 @@ obj-$(CONFIG_OMAP44XX) += omap4/ obj-$(CONFIG_OMAP54XX) += omap5/ obj-$(CONFIG_RMOBILE) += rmobile/ obj-$(CONFIG_ARCH_S5PC1XX) += s5pc1xx/ -obj-$(CONFIG_SOCFPGA) += socfpga/ obj-$(if $(filter stv0991,$(SOC)),y) += stv0991/ obj-$(CONFIG_ARCH_SUNXI) += sunxi/ obj-$(CONFIG_U8500) += u8500/ |