diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2013-12-18 07:58:45 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-12-22 14:57:38 -0500 |
commit | 17723fd357f9973d5dd2908e3cc6b4149d891429 (patch) | |
tree | 44df24f23282ea4c99d0b39e90b0796acccb9fa3 /arch/arm/Makefile | |
parent | 345bc449e78664060a2863dafc680a4d1910ecb6 (diff) |
ARM: moxart: add MOXA ART SoC platform files
The MOXA ART SoC is based on Faraday's FA526. This is a ARMv4 32-bit
192 MHz CPU with MMU and 16KB/8KB D/I-cache.
Add platform support for this SoC.
Also add UC-7112-LX as a machine.
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 28b4585b20dd..91b16ce35a6c 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -169,6 +169,7 @@ machine-$(CONFIG_ARCH_KIRKWOOD) += kirkwood | |||
169 | machine-$(CONFIG_ARCH_KS8695) += ks8695 | 169 | machine-$(CONFIG_ARCH_KS8695) += ks8695 |
170 | machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx | 170 | machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx |
171 | machine-$(CONFIG_ARCH_MMP) += mmp | 171 | machine-$(CONFIG_ARCH_MMP) += mmp |
172 | machine-$(CONFIG_ARCH_MOXART) += moxart | ||
172 | machine-$(CONFIG_ARCH_MSM) += msm | 173 | machine-$(CONFIG_ARCH_MSM) += msm |
173 | machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0 | 174 | machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0 |
174 | machine-$(CONFIG_ARCH_MVEBU) += mvebu | 175 | machine-$(CONFIG_ARCH_MVEBU) += mvebu |