From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from db8outboundpool.messaging.microsoft.com (mail-db8lp0189.outbound.messaging.microsoft.com [213.199.154.189]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6DB27E01664 for ; Tue, 8 Oct 2013 07:01:03 -0700 (PDT) Received: from mail24-db8-R.bigfish.com (10.174.8.239) by DB8EHSOBE030.bigfish.com (10.174.4.93) with Microsoft SMTP Server id 14.1.225.22; Tue, 8 Oct 2013 14:01:02 +0000 Received: from mail24-db8 (localhost [127.0.0.1]) by mail24-db8-R.bigfish.com (Postfix) with ESMTP id 1401040112; Tue, 8 Oct 2013 14:01:02 +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(zzbb2dI98dI9371I1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h1de097h8275bhz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail24-db8 (localhost.localdomain [127.0.0.1]) by mail24-db8 (MessageSwitch) id 1381240860879824_17900; Tue, 8 Oct 2013 14:01:00 +0000 (UTC) Received: from DB8EHSMHS032.bigfish.com (unknown [10.174.8.248]) by mail24-db8.bigfish.com (Postfix) with ESMTP id D2568D80217; Tue, 8 Oct 2013 14:01:00 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB8EHSMHS032.bigfish.com (10.174.4.42) with Microsoft SMTP Server (TLS) id 14.16.227.3; Tue, 8 Oct 2013 14:01:00 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-003.039d.mgd.msft.net (10.84.1.16) with Microsoft SMTP Server (TLS) id 14.3.158.2; Tue, 8 Oct 2013 14:00:58 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r98E0vG8012388; Tue, 8 Oct 2013 07:00:57 -0700 Message-ID: <52540EF6.4040606@freescale.com> Date: Tue, 8 Oct 2013 10:56:06 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Otavio Salvador , meta-freescale Mailing List References: <1381235530-1256-1-git-send-email-otavio@ossystems.com.br> <1381235530-1256-2-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1381235530-1256-2-git-send-email-otavio@ossystems.com.br> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Subject: Re: [meta-fsl-arm PATCH 2/3] u-boot-fslc: Update to d97067b revision 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: Tue, 08 Oct 2013 14:01:05 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 10/08/2013 09:32 AM, Otavio Salvador wrote: > This includes U-Boot 2013.10-rc4 based version plus following change: > > d97067b mx6sabresd: Use mmcblk0 for CONFIG_MMCROOT > > The change is need, together with a linux-imx change for eMMC > registering number, to allow same U-Boot environment to be compatible > with Linux mainline and Linux FSL 3.0.35-4.1.0. > > Change-Id: Id9937a7be74b5dd6a5848e81395193bfd13e67a9 > Signed-off-by: Otavio Salvador Agree. Thanks ;) > --- > recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb | 2 +- > recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb > index b8b0151..0c69185 100644 > --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb > +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb > @@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" > > PV = "v2013.10" > > -SRCREV = "aa822f4980039073e03f98998813061af833b2bf" > +SRCREV = "d97067b3e3a82f79ede9c3bef043269874a28e33" > SRC_URI = "git://github.com/Freescale/u-boot-imx.git" > > S = "${WORKDIR}/git" > diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb > index f7784dd..43cb2f0 100644 > --- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb > +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb > @@ -10,7 +10,7 @@ PROVIDES += "u-boot" > > PV = "v2013.10" > > -SRCREV = "aa822f4980039073e03f98998813061af833b2bf" > +SRCREV = "d97067b3e3a82f79ede9c3bef043269874a28e33" > SRC_URI = "git://github.com/Freescale/u-boot-imx.git" > > S = "${WORKDIR}/git" > -- Daiane