From patchwork Fri Apr 19 10:49:27 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Haojian Zhuang X-Patchwork-Id: 2464571 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id A1938DF25A for ; Fri, 19 Apr 2013 10:53:43 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UT8vR-0000Nd-UH; Fri, 19 Apr 2013 10:52:18 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UT8ux-0002pY-SL; Fri, 19 Apr 2013 10:51:47 +0000 Received: from mail-pd0-f177.google.com ([209.85.192.177]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UT8uV-0002mC-AY for linux-arm-kernel@lists.infradead.org; Fri, 19 Apr 2013 10:51:21 +0000 Received: by mail-pd0-f177.google.com with SMTP id u11so2155530pdi.22 for ; Fri, 19 Apr 2013 03:51:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=sSy05kTjikS8r8Ok6/MfWJht96WAg9pljWryh96e/y4=; b=lvZY2q3nY3mcP+0blZw3f4m0dRtxKqqEPEKsIU+LSpe1nR2Hox0bqzbkZMTDSj5lPB nZpGNIBC039vNeGg+u9H06lJmCri0UlxGJQdbNgv2ac21XJPY6oDqq6gv9g5akPfzb73 1m2MYiDcfuPlqXs9EHGVYSClKjJYZwU9/TqZ1G9W1vbWTymPdyrWnuDsiQx+qKNF/2uM MSFyNML8+RrOU8RcqNdOY4iE2BeQzKVSAsMk4eF8f3mCtKbbWcQo+DIUoody8hdOR8U8 ccDmRDlRu7+GnWlTWgVOWi4cBuEDs3/Lmi3V7WjjcwN5cWTbMQ368gdVdS7/ZntR7j+N Dzhw== X-Received: by 10.68.171.33 with SMTP id ar1mr18364177pbc.195.1366368668359; Fri, 19 Apr 2013 03:51:08 -0700 (PDT) Received: from localhost.localdomain ([67.198.145.34]) by mx.google.com with ESMTPS id lo7sm14314740pab.19.2013.04.19.03.51.02 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Apr 2013 03:51:07 -0700 (PDT) From: Haojian Zhuang To: arnd@arndb.de, linux@arm.linux.org.uk, linus.walleij@linaro.org, olof@lixom.net, rob.herring@calxeda.com, linux-arm-kernel@lists.infradead.org, pawel.moll@arm.com, swarren@nvidia.com, john.stultz@linaro.org, tglx@linutronix.de, mturquette@linaro.org Subject: [PATCH 5/5] ARM: config: append arch hi3xxx into multi defconfig Date: Fri, 19 Apr 2013 18:49:27 +0800 Message-Id: <1366368567-17322-5-git-send-email-haojian.zhuang@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1366368567-17322-1-git-send-email-haojian.zhuang@linaro.org> References: <1366368567-17322-1-git-send-email-haojian.zhuang@linaro.org> X-Gm-Message-State: ALoCoQlVHjAgqo/sjSp31S0PI7ztIUUUiqMJRpQJG8gyw43xW/ko75Uf8u5TB5Oo/TkrOO4gPvnS X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130419_065120_735594_7587ADE0 X-CRM114-Status: UNSURE ( 8.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [209.85.192.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Haojian Zhuang , patches@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Append ARCH_HI3xxx (Hisilicon SoC) into multi_v7_defconfig. Signed-off-by: Haojian Zhuang --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index e31d442..1891611 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -5,6 +5,7 @@ CONFIG_ARCH_MVEBU=y CONFIG_MACH_ARMADA_370=y CONFIG_MACH_ARMADA_XP=y CONFIG_ARCH_HIGHBANK=y +CONFIG_ARCH_HI3xxx=y CONFIG_ARCH_SOCFPGA=y CONFIG_ARCH_SUNXI=y # CONFIG_ARCH_VEXPRESS_CORTEX_A5_A9_ERRATA is not set