From patchwork Tue Feb 11 21:11:55 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 3632891 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 66599BF418 for ; Tue, 11 Feb 2014 21:14:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 68C812012B for ; Tue, 11 Feb 2014 21:14:57 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8993F20127 for ; Tue, 11 Feb 2014 21:14:56 +0000 (UTC) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WDKed-0003so-8z; Tue, 11 Feb 2014 21:14:08 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WDKeO-0004s6-3h; Tue, 11 Feb 2014 21:13:52 +0000 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WDKdJ-0004k2-Et for linux-arm-kernel@lists.infradead.org; Tue, 11 Feb 2014 21:12:50 +0000 Received: by mail-ob0-f175.google.com with SMTP id wn1so9373664obc.20 for ; Tue, 11 Feb 2014 13:12:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=EMkDFYBJSJ75mp6MqQ6/2kVqQ8qKh7uC+x5bXrq5e2Q=; b=NkrDQNeESvE7eLVJpGN/F+E0B7LC2wMRwlMd2Q8qxRdnuafCAJXqj1MtqJrkDgoYGd u0RSZwajHVl9ZICwG/ABPYc9cmGPcf/XPlbTb5wtClQN+9kf08ljeC/jAE6xsiYKn79U 4zAZdotpRCnIotGWcyzjo8irY5T7O/IfV+OCHa0wM+Q+luHPKNH881Nv0qHKoxm92Abr JTSv90+FrIHznCiJUT4VWLlcbpQnz0uZBAUU0q8KZwmbK3w6WVX9HSXc2M6QGP5PgsO1 qok61rPmQMSmUu8tYkGEyGrBivYpzzEdPvhIrZ0M0VENzm6C8hEXMmSyNQUac9NrOutd jcrA== X-Received: by 10.60.45.105 with SMTP id l9mr3345433oem.53.1392153144104; Tue, 11 Feb 2014 13:12:24 -0800 (PST) Received: from localhost.localdomain (65-36-73-129.dyn.grandenetworks.net. [65.36.73.129]) by mx.google.com with ESMTPSA id tr10sm47092913obb.6.2014.02.11.13.12.22 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 11 Feb 2014 13:12:23 -0800 (PST) From: Rob Herring To: arm@kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH 5/9] ARM: bcm2835: enable V6K instead of plain V6 Date: Tue, 11 Feb 2014 15:11:55 -0600 Message-Id: <1392153119-23248-6-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1392153119-23248-1-git-send-email-robherring2@gmail.com> References: <1392153119-23248-1-git-send-email-robherring2@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140211_161245_646658_10B0B87E X-CRM114-Status: UNSURE ( 9.66 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.8 (-) Cc: Rob Herring , Stephen Warren , marc.zyngier@arm.com, Linus Walleij , Anton Vorontsov , will.deacon@arm.com 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 X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Rob Herring The bcm2835 is an ARM1176 which has all the V6K extensions except for SMP, so V6K should be selected instead. Dropping the select will use the default for ARCH_MULTI_V6 which is V6K. Signed-off-by: Rob Herring Cc: Stephen Warren --- arch/arm/mach-bcm2835/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-bcm2835/Kconfig b/arch/arm/mach-bcm2835/Kconfig index 1c0decd..3a36935 100644 --- a/arch/arm/mach-bcm2835/Kconfig +++ b/arch/arm/mach-bcm2835/Kconfig @@ -4,7 +4,6 @@ config ARCH_BCM2835 select ARM_AMBA select ARM_ERRATA_411920 select ARM_TIMER_SP804 - select CPU_V6 select PINCTRL select PINCTRL_BCM2835 help