From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 362ACC48BE5 for ; Wed, 16 Jun 2021 11:55:31 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8477161245 for ; Wed, 16 Jun 2021 11:55:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8477161245 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 62A05828EB; Wed, 16 Jun 2021 13:55:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="huumhpWE"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 762A982958; Wed, 16 Jun 2021 13:55:26 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 94401828EB for ; Wed, 16 Jun 2021 13:55:23 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id 15D786128B; Wed, 16 Jun 2021 11:55:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1623844522; bh=df81KLXMS2mz7cGeiaAo0SQX9/TqUExGHLdWijaqaCM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=huumhpWEdWue/R/kNMqUIWkqaEckQ/zspqeGmzIMmZT0Cuuvsqzsdfgz9vqSX0jKc R1VX3RSilWeaDNeWMMts/Cc2c7V2ec8jKNVxjUPGifMYiRO31ZfxS0iUOH4sns8ebw BtURgMuFC2iWKIp35yXtDCqWXEDbsuCdNPFTk8lagQW8RoFvwmEyktTcQDGzad2ims ETr/gY5C8qf0awVTLoY4wPMIkKkdjVnY1u9vp/Vo5O0Meynh75x73juSSEpm0RrgXb efp07tE/HyYKZrJozcG+F1bnlv/awmbc4ihzOqB+KG/Qp9La0bgRcwjENXyOIRunHZ UtuAJHLt5dQ+A== Received: by pali.im (Postfix) id C24B167D; Wed, 16 Jun 2021 13:55:19 +0200 (CEST) Date: Wed, 16 Jun 2021 13:55:19 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Adam Ford Cc: Ivaylo Dimitrov , Tom Rini , maemo-leste@lists.dyne.org, U-Boot Mailing List , Merlijn Wajer Subject: Re: [maemo-leste] [PATCH] arm: Remove nokia_rx51 board Message-ID: <20210616115519.7nb5nbvzpvsrkviu@pali> References: <20210519012640.5970-1-trini@konsulko.com> <20210519132748.mgzyukuvfmlx3uch@pali> <20210519155203.GZ17669@bill-the-cat> <20210521144418.GI17669@bill-the-cat> <20210521213645.2y5dawkvr6wfaymy@pali> <20210615123436.GH9516@bill-the-cat> <5848e9c9-4dab-00cc-07dc-ffa57b9417cd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Wednesday 16 June 2021 06:52:30 Adam Ford wrote: > Have you experimented with enabling LTO? I was successful in enabling > LTO on an OMAP3530 and a DM3730 which really helped reduce the code > size and I didn't notice any obvious regressions. Nokia N900 is one of the board where LTO was tested and is enabled.