From patchwork Tue Aug 7 00:19:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Lucas Stach X-Patchwork-Id: 175480 X-Patchwork-Delegate: twarren@nvidia.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id A619F2C009E for ; Tue, 7 Aug 2012 10:20:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 405D12822D; Tue, 7 Aug 2012 02:20:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3rw6lEfqzUW4; Tue, 7 Aug 2012 02:20:01 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 90A7528230; Tue, 7 Aug 2012 02:20:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B246228230 for ; Tue, 7 Aug 2012 02:19:58 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PQboDjq5gyqE for ; Tue, 7 Aug 2012 02:19:57 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from km20343-01.keymachine.de (ns.km20343-01.keymachine.de [84.19.182.79]) by theia.denx.de (Postfix) with ESMTP id B27BC2822D for ; Tue, 7 Aug 2012 02:19:56 +0200 (CEST) Received: from localhost.localdomain (f053087022.adsl.alicedsl.de [78.53.87.22]) by km20343-01.keymachine.de (Postfix) with ESMTPA id 72E4B7D416E; Tue, 7 Aug 2012 02:19:55 +0200 (CEST) From: Lucas Stach To: u-boot@lists.denx.de Date: Tue, 7 Aug 2012 02:19:48 +0200 Message-Id: <1344298788-7059-1-git-send-email-dev@lynxeye.de> X-Mailer: git-send-email 1.7.11.2 MIME-Version: 1.0 Cc: Tom Warren Subject: [U-Boot] =?utf-8?q?=5BPATCH=5D_tegra20=3A_add_back_USE=5FPRIVATE?= =?utf-8?q?=5FLIBGCC?= X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de As discussed here [http://patchwork.ozlabs.org/patch/158202/] we want to use USE_PRIVATE_LIBGCC still. However commit 5286f1ce dropped it regardless. Adding this back fixes a hang while handing over from SPL to U-Boot on Colibri T20. Signed-off-by: Lucas Stach CC: Stephen Warren CC: Tom Warren --- arch/arm/cpu/armv7/tegra20/config.mk | 2 ++ 1 Datei geändert, 2 Zeilen hinzugefügt(+) diff --git a/arch/arm/cpu/armv7/tegra20/config.mk b/arch/arm/cpu/armv7/tegra20/config.mk index 6432e75..e666f6b 100644 --- a/arch/arm/cpu/armv7/tegra20/config.mk +++ b/arch/arm/cpu/armv7/tegra20/config.mk @@ -23,4 +23,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, # MA 02111-1307 USA # +USE_PRIVATE_LIBGCC = yes + CONFIG_ARCH_DEVICE_TREE := tegra20