diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2013-12-18 13:58:45 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-12-22 11:57:38 -0800 |
commit | 17723fd357f9973d5dd2908e3cc6b4149d891429 (patch) | |
tree | 44df24f23282ea4c99d0b39e90b0796acccb9fa3 /arch/arm/Makefile | |
parent | 345bc449e78664060a2863dafc680a4d1910ecb6 (diff) | |
download | blackbird-op-linux-17723fd357f9973d5dd2908e3cc6b4149d891429.tar.gz blackbird-op-linux-17723fd357f9973d5dd2908e3cc6b4149d891429.zip |
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 machine-$(CONFIG_ARCH_KS8695) += ks8695 machine-$(CONFIG_ARCH_LPC32XX) += lpc32xx machine-$(CONFIG_ARCH_MMP) += mmp +machine-$(CONFIG_ARCH_MOXART) += moxart machine-$(CONFIG_ARCH_MSM) += msm machine-$(CONFIG_ARCH_MV78XX0) += mv78xx0 machine-$(CONFIG_ARCH_MVEBU) += mvebu |