diff options
author | James Hogan | 2012-12-05 17:32:10 +0100 |
---|---|---|
committer | James Hogan | 2013-06-13 13:14:07 +0200 |
commit | c24d2976c7834aa948f9d8a48ad4285cfbaf1c3a (patch) | |
tree | 2b2856ade9f09e73e6b7969800a21f544dfee270 /arch/metag/Makefile | |
parent | metag: of_platform_populate from arch generic code (diff) | |
download | kernel-qcow2-linux-c24d2976c7834aa948f9d8a48ad4285cfbaf1c3a.tar.gz kernel-qcow2-linux-c24d2976c7834aa948f9d8a48ad4285cfbaf1c3a.tar.xz kernel-qcow2-linux-c24d2976c7834aa948f9d8a48ad4285cfbaf1c3a.zip |
metag: minimal TZ1090 (Comet) SoC infrastructure
Add really minimal support for Toumaz Xenif TZ1090 SoC (A.K.A. Comet).
This consists of minimal build infrastructure, device tree files, and a
defconfig based on meta2_defconfig.
This SoC contains a 2-threaded HTP (Meta 2) as the main application
processor, and is found in a number of development boards and digital
radios, such as the Minimorph Development Platform.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Rob Landley <rob@landley.net>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linux-doc@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org
Diffstat (limited to 'arch/metag/Makefile')
-rw-r--r-- | arch/metag/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/metag/Makefile b/arch/metag/Makefile index b566116b171b..9739857bdedc 100644 --- a/arch/metag/Makefile +++ b/arch/metag/Makefile @@ -20,7 +20,7 @@ checkflags-$(CONFIG_METAG_META12) += -DMETAC_1_2 checkflags-$(CONFIG_METAG_META21) += -DMETAC_2_1 CHECKFLAGS += -D__metag__ $(checkflags-y) -KBUILD_DEFCONFIG := meta2_defconfig +KBUILD_DEFCONFIG := tz1090_defconfig sflags-$(CONFIG_METAG_META12) += -mmetac=1.2 ifeq ($(CONFIG_METAG_META12),y) |