diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-05-08 00:07:11 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-05-12 10:55:37 -0400 |
commit | ba56a9876decc99f361ff4e8c7e15253c2b1930d (patch) | |
tree | e71535055ab54c42f864a7615b02ad1b51a671ae /arch/arm/Makefile | |
parent | 030bbdbf4c833bc69f502eae58498bc5572db736 (diff) |
ARM: UniPhier: add basic support for UniPhier architecture
Initial commit for a new SoC family, UniPhier, developed by
Socionext Inc. (formerly, System LSI Business Division of
Panasonic Corporation).
This commit includes a minimal set of components for booting the
kernel, including SMP support.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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 985227cbbd1b..fe8f9ef89395 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -200,6 +200,7 @@ machine-$(CONFIG_ARCH_SUNXI) += sunxi | |||
200 | machine-$(CONFIG_ARCH_TEGRA) += tegra | 200 | machine-$(CONFIG_ARCH_TEGRA) += tegra |
201 | machine-$(CONFIG_ARCH_U300) += u300 | 201 | machine-$(CONFIG_ARCH_U300) += u300 |
202 | machine-$(CONFIG_ARCH_U8500) += ux500 | 202 | machine-$(CONFIG_ARCH_U8500) += ux500 |
203 | machine-$(CONFIG_ARCH_UNIPHIER) += uniphier | ||
203 | machine-$(CONFIG_ARCH_VERSATILE) += versatile | 204 | machine-$(CONFIG_ARCH_VERSATILE) += versatile |
204 | machine-$(CONFIG_ARCH_VEXPRESS) += vexpress | 205 | machine-$(CONFIG_ARCH_VEXPRESS) += vexpress |
205 | machine-$(CONFIG_ARCH_VT8500) += vt8500 | 206 | machine-$(CONFIG_ARCH_VT8500) += vt8500 |