From patchwork Mon Jul 17 22:01:58 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hauke Mehrtens X-Patchwork-Id: 789740 X-Patchwork-Delegate: hauke@hauke-m.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xBHN72vk7z9t2J for ; Tue, 18 Jul 2017 08:02:47 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LAaBJond"; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Subject:Message-Id: Date:To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=1cR7yCP1rKBFQ5xbxPtVDO1WvOzpzdlsiJZoAQ8GiX4=; b=LAaBJondUhAjC+ LVR7YB5y9OKEEzQpm2WIs+veqEp4LiqE18F91OENZkYhD6G4p6DjMScEUfBqNXw8EcMxBgpXoa/Dl IbKZwejgatVFkDo9O0ov5ylwj7aeDDjNXMQGZjwV62p8QP6hhP9BqH2DfLV5nhNRhB/llGelBeS/T MA/dwVrHbFQvJVZ1wpA2bKLS+wMoznxUNTsZlL+wyEFRY1Yi85mpXIx3pJKzVKaZ25bmcamv/uFkD Ar3CG4V/bysPaKAxljBXY9IjXTu3p8ZktbNBtMJ0n2i3wnCcGfQa/5b5MKmTZZR11UBfMa4ghBrce ne6y3us3l2Gtuz4cCVCg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dXE6A-0007BF-4Y; Mon, 17 Jul 2017 22:02:38 +0000 Received: from hauke-m.de ([2001:41d0:8:b27b::1] helo=mail.hauke-m.de) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1dXE66-0007A2-DQ for lede-dev@lists.infradead.org; Mon, 17 Jul 2017 22:02:36 +0000 Received: from hauke-desktop.lan (p200300C2BBC47A00ECF1B8CC5BE08418.dip0.t-ipconnect.de [IPv6:2003:c2:bbc4:7a00:ecf1:b8cc:5be0:8418]) by mail.hauke-m.de (Postfix) with ESMTPSA id B785610005E; Tue, 18 Jul 2017 00:02:05 +0200 (CEST) From: Hauke Mehrtens To: noltari@gmail.com Date: Tue, 18 Jul 2017 00:01:58 +0200 Message-Id: <20170717220158.5024-1-hauke@hauke-m.de> X-Mailer: git-send-email 2.11.0 X-Spam-Status: No, score=0.0 required=7.0 tests=UNPARSEABLE_RELAY, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on hauke-m.de X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170717_150234_713030_AF4D343A X-CRM114-Status: UNSURE ( 6.36 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Subject: [LEDE-DEV] brcm2708: bcm2710: do not activate neon-vfpv4 manually X-BeenThere: lede-dev@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Hauke Mehrtens , lede-dev@lists.infradead.org MIME-Version: 1.0 Sender: "Lede-dev" Errors-To: lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Neon and vfpv4 support are activated by GCC on all ARMv8 CPUs because this is not a mandatory part of the architecture. There is not need to activate is manually. Signed-off-by: Hauke Mehrtens --- target/linux/brcm2708/bcm2710/target.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/brcm2708/bcm2710/target.mk b/target/linux/brcm2708/bcm2710/target.mk index 2b155ad277..72b34306ca 100644 --- a/target/linux/brcm2708/bcm2710/target.mk +++ b/target/linux/brcm2708/bcm2710/target.mk @@ -7,7 +7,6 @@ ARCH:=aarch64 SUBTARGET:=bcm2710 BOARDNAME:=BCM2710 64 bit based boards CPU_TYPE:=cortex-a53 -CPU_SUBTYPE:=neon-vfpv4 define Target/Description Build firmware image for Broadcom BCM2710 64 bit SoC devices.