From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-la0-f44.google.com (mail-la0-f44.google.com [209.85.215.44]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E043EE01400 for ; Tue, 2 Jul 2013 14:54:55 -0700 (PDT) Received: by mail-la0-f44.google.com with SMTP id er20so6189435lab.17 for ; Tue, 02 Jul 2013 14:54:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=9kSbeCMxlDYDC3bTqSf/Gfo+f89kwtkVeFAUSPAjznU=; b=oBgYZWsB5Bi5JFZwTGHj48sNG99LAUPBRBTrLgEqC2ppV3cXjDet2OHgTwPbGu7XZT /Qd15qgJ+MjhSyOXWw1iXGbqcQHBN9OFh7hCdYVNyIt6ovsr+Iu9a2IwgCYahzlW0Y5O E9MeenB7gm0nimfMCipTH0FbEOU8sCsETQOR20+V6Lj+dtRIriI4ksThUTagPYmDoNfw QPCwaUYjWFQy7xoOPUq6PPgVn+usgRSIp6tfZy5OOn3CpFTb88CU42VnvcPKZ+J6h0fJ l9nj/CBlrkjaBsvvAqdrj4qgnq3D/kqhLsjANyvXNl3YTaV5ZFEzpWIivwJoVj0zmZzq Y5mQ== X-Received: by 10.152.6.169 with SMTP id c9mr15495016laa.47.1372802094095; Tue, 02 Jul 2013 14:54:54 -0700 (PDT) Received: from [29.6.1.52] ([70.96.116.236]) by mx.google.com with ESMTPSA id e5sm9512659lbw.3.2013.07.02.14.54.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Jul 2013 14:54:53 -0700 (PDT) Message-ID: <51D34C25.1010006@boundarydevices.com> Date: Tue, 02 Jul 2013 14:54:45 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 MIME-Version: 1.0 To: Otavio Salvador References: <1372793748-4062-1-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1372793748-4062-1-git-send-email-otavio@ossystems.com.br> X-Gm-Message-State: ALoCoQn89S8r/53N6e0IbKTy77Yp+dmN0hnjwV1nnBGERX6seOahaBORLZG7uEwqAwMC5VEoIyc2 Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-arm-extra PATCH 1/3] imx6qsabrelite: Remove specific setup and turn it as an alias to Nitrogen6X 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, 02 Jul 2013 21:54:59 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/02/2013 12:35 PM, Otavio Salvador wrote: > This board now use the *same* code as Nitrogen6X and it boots from > internal SPI NOR memory. If you did change it to boot from the MMC > (SD3 or SD4) please check the Boundary's blog post at: > > http://boundarydevices.com/u-boot-on-i-mx6/#unbricking > > Change-Id: I5ec3444afee65002f94c2d2de40662749e5a9070 > Signed-off-by: Otavio Salvador > --- > conf/machine/imx6qsabrelite.conf | 18 +++++------------- > 1 file changed, 5 insertions(+), 13 deletions(-) > > diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf > index 2155ba0..14409fb 100644 > --- a/conf/machine/imx6qsabrelite.conf > +++ b/conf/machine/imx6qsabrelite.conf > @@ -3,17 +3,9 @@ > #@SOC: i.MX6Q > #@DESCRIPTION: Machine configuration for Boundary Devices i.MX6Q SABRE Lite > > -include conf/machine/include/imx-base.inc > -include conf/machine/include/tune-cortexa9.inc > +# WARNING: This board now use the *same* code as Nitrogen6X and it > +# boots from internal SPI NOR memory. If you did change it to boot > +# from the MMC (SD3 or SD4) please check the Boundary's blog post > +# at: http://boundarydevices.com/u-boot-on-i-mx6/#unbricking > > -SOC_FAMILY = "mx6:mx6q" > - > -KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts" > - > -PREFERRED_PROVIDER_virtual/kernel = "linux-boundary" > - > -UBOOT_MACHINE = "mx6qsabrelite_config" > - > -SERIAL_CONSOLE = "115200 ttymxc1" > - > -MACHINE_FEATURES += " pci wifi bluetooth" > +include conf/machine/nitrogen6x.conf > Acked-by: Eric Nelson