diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-03-16 16:43:24 +0900 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-04-29 11:19:05 +0200 |
commit | 5ca269a4df21a7e326eb3b3f7788177d064fe782 (patch) | |
tree | 1137c77258dbe904d630ba36d8d7902fe3970ce6 /arch/arm/Makefile | |
parent | 9b9c6516b0119a4abe71b1598b2258c591f955f5 (diff) | |
download | u-boot-imx-5ca269a4df21a7e326eb3b3f7788177d064fe782.zip u-boot-imx-5ca269a4df21a7e326eb3b3f7788177d064fe782.tar.gz u-boot-imx-5ca269a4df21a7e326eb3b3f7788177d064fe782.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 5705d64..2a5620d 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)) |