From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe006.messaging.microsoft.com [216.32.180.16]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id D40DBE00597 for ; Mon, 15 Apr 2013 09:43:09 -0700 (PDT) Received: from mail163-va3-R.bigfish.com (10.7.14.236) by VA3EHSOBE002.bigfish.com (10.7.40.22) with Microsoft SMTP Server id 14.1.225.23; Mon, 15 Apr 2013 16:43:09 +0000 Received: from mail163-va3 (localhost [127.0.0.1]) by mail163-va3-R.bigfish.com (Postfix) with ESMTP id 4F4551C030C; Mon, 15 Apr 2013 16:43:09 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h1fc6h1ee6h1de0h1fdah1202h1e76h1d1ah1d2ahzz8275bhz2dh2a8h668h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1155h) Received: from mail163-va3 (localhost.localdomain [127.0.0.1]) by mail163-va3 (MessageSwitch) id 136604418762862_13688; Mon, 15 Apr 2013 16:43:07 +0000 (UTC) Received: from VA3EHSMHS038.bigfish.com (unknown [10.7.14.248]) by mail163-va3.bigfish.com (Postfix) with ESMTP id 05451260051; Mon, 15 Apr 2013 16:43:07 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS038.bigfish.com (10.7.99.48) with Microsoft SMTP Server (TLS) id 14.1.225.23; Mon, 15 Apr 2013 16:43:04 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-001.039d.mgd.msft.net (10.84.1.13) with Microsoft SMTP Server (TLS) id 14.2.328.11; Mon, 15 Apr 2013 16:43:03 +0000 Received: from [10.29.244.97] ([10.29.244.97]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r3FGh1Jl012132; Mon, 15 Apr 2013 09:43:02 -0700 Message-ID: <516C2DE8.3030805@freescale.com> Date: Mon, 15 Apr 2013 13:42:16 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Otavio Salvador References: <1366026722-31385-1-git-send-email-otavio@ossystems.com.br> <1366026722-31385-10-git-send-email-otavio@ossystems.com.br> <516C1C3A.6010702@freescale.com> In-Reply-To: X-OriginatorOrg: freescale.com Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm PATCH v3 09/13] imx-base.inc: Do not assign UBOOT_LOADADDRESS X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2013 16:43:10 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 04/15/2013 01:13 PM, Otavio Salvador wrote: > On Mon, Apr 15, 2013 at 12:26 PM, Daiane Angolini > wrote: >> On 04/15/2013 08:51 AM, Otavio Salvador wrote: >>> >>> The code uses UBOOT_ENTRYPOINT as default value for UBOOT_LOADADDRESS >>> so we don't need to have the variable UBOOT_LOADADDRESS set unless >>> it's different from UBOOT_ENTRYPOINT. >>> >>> Signed-off-by: Otavio Salvador >>> --- >> >> >> Please, apply this patch *before* patch 8 ([meta-fsl-arm PATCH v3 08/13] >> imx-base.inc: Fix i.MX6SL entry point hex format) >> >> In my point of view you don't need to "fix" a source code that you will >> remove. > > If that is the case, I prefer to merge both fixes in a single patch. Well. I think I agree Daiane