summaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-03-16 16:43:24 +0900
committerMichal Simek <michal.simek@xilinx.com>2015-04-29 11:19:05 +0200
commit5ca269a4df21a7e326eb3b3f7788177d064fe782 (patch)
tree1137c77258dbe904d630ba36d8d7902fe3970ce6 /arch/arm/Makefile
parent9b9c6516b0119a4abe71b1598b2258c591f955f5 (diff)
downloadblackbird-obmc-uboot-5ca269a4df21a7e326eb3b3f7788177d064fe782.tar.gz
blackbird-obmc-uboot-5ca269a4df21a7e326eb3b3f7788177d064fe782.zip
ARM: zynq: rename CONFIG_ZYNQ to CONFIG_ARCH_ZYNQ
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 5705d6402b..2a5620ddce 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -55,7 +55,7 @@ machine-$(CONFIG_ORION5X) += orion5x
machine-$(CONFIG_TEGRA) += tegra
machine-$(CONFIG_ARCH_UNIPHIER) += uniphier
machine-$(CONFIG_ARCH_VERSATILE) += versatile
-machine-$(CONFIG_ZYNQ) += zynq
+machine-$(CONFIG_ARCH_ZYNQ) += zynq
machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))
OpenPOWER on IntegriCloud