From patchwork Wed Jan 3 23:16:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hauke Mehrtens X-Patchwork-Id: 855310 X-Patchwork-Delegate: hauke@hauke-m.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="A10zCcZx"; dkim-atps=neutral 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 3zBmzh4xvnz9s72 for ; Thu, 4 Jan 2018 10:17:20 +1100 (AEDT) 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=6RdMGrAtH6uIdpzqc3yhSC4aWquelHfDRuD6JQnRMzU=; b=A10zCcZxMDrp9s HMQPG3deM1UKZK8XtUi84Hzu/jY5gW0UyVHuXA5aUzap1goIH+kPWMai9xr11Bfls4cTDN3vNhiiO CKkP3j9MIRHBTt47hUU/QiuR/DCvLlXEJlf2QQ78Vie4+RjBZg6OnqElWsHCxfqZ/RJ9yMtfMgEYs h0Uw3iIGnqyt1/gHNj3AXtoL95pPTxQd0kHmqQ9z7SQogh5UeXKx8yDJxdSNKv5kdC4rYTbyEibtF Xm8/yFRTa8QEERMJqWlwDWWed1+OcTgurEROMc4WoxxgZgdNosTkCe6SyuDEt53DzSFd/qAViL5z7 ThvkiZ716Zs1zCvVjMGg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eWsHS-0002YN-Nc; Wed, 03 Jan 2018 23:17:06 +0000 Received: from mx2.mailbox.org ([80.241.60.215]) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eWsHO-0002X3-EU for lede-dev@lists.infradead.org; Wed, 03 Jan 2018 23:17:04 +0000 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 2C8864D1EC; Thu, 4 Jan 2018 00:16:47 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id avozPLGC4wPV; Thu, 4 Jan 2018 00:16:42 +0100 (CET) From: Hauke Mehrtens To: lede-dev@lists.infradead.org, sandeepsheriker.mallikarjun@microchip.com Date: Thu, 4 Jan 2018 00:16:26 +0100 Message-Id: <20180103231626.26382-1-hauke@hauke-m.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180103_151702_669753_342233B0 X-CRM114-Status: UNSURE ( 5.91 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [80.241.60.215 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Subject: [LEDE-DEV] [PATCH] uboot-at91: fix build after fpu activation 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 MIME-Version: 1.0 Sender: "Lede-dev" Errors-To: lede-dev-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Use the default build definitions instead of some custom one. The custom one added -mfloat-abi=soft which is used in the kernel build and the normal -mfloat-abi=hard was added in addition which caused a build problem. Fixes: 01cc6bd495f31 ("at91: sama5: activate fpu") Signed-off-by: Hauke Mehrtens --- package/boot/uboot-at91/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index 7c420f1262..ae2e888e83 100644 --- a/package/boot/uboot-at91/Makefile +++ b/package/boot/uboot-at91/Makefile @@ -85,10 +85,6 @@ UBOOT_TARGETS := \ sama5d4_xplained_spiflash \ sama5d4_xplained_nandflash -define Build/Compile - +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ - CROSS_COMPILE=$(TARGET_CROSS) \ - KCFLAGS="$(filter-out -fstack-protector, $(TARGET_CFLAGS))" -endef +UBOOT_MAKE_FLAGS:= $(eval $(call BuildPackage/U-Boot))