diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-13 09:01:13 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-20 23:05:39 +0900 |
commit | 00aa453ebf56fc3a2bd5b684467bc912ba59c4d6 (patch) | |
tree | 24cfdbc4fc026ae68b61d163d8709f24b2bfb669 /arch/arm/mach-uniphier/bcu/Makefile | |
parent | 213fcabdfdac829aed2506793567c7d6497a3b8e (diff) |
ARM: uniphier: remove sLD3 SoC support
This SoC is too old. It is difficult to maintain any longer.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-uniphier/bcu/Makefile')
-rw-r--r-- | arch/arm/mach-uniphier/bcu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-uniphier/bcu/Makefile b/arch/arm/mach-uniphier/bcu/Makefile index 02107b376a..5a9d8d7272 100644 --- a/arch/arm/mach-uniphier/bcu/Makefile +++ b/arch/arm/mach-uniphier/bcu/Makefile @@ -2,6 +2,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_ARCH_UNIPHIER_SLD3) += bcu-sld3.o obj-$(CONFIG_ARCH_UNIPHIER_LD4) += bcu-ld4.o obj-$(CONFIG_ARCH_UNIPHIER_SLD8) += bcu-ld4.o |