From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 0C315E00876; Wed, 22 Oct 2014 04:30:43 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BE2BEE0084F for ; Wed, 22 Oct 2014 04:30:38 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 7386AF811E0; Wed, 22 Oct 2014 05:30:38 -0600 (MDT) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id E94ADF811DE; Wed, 22 Oct 2014 05:30:37 -0600 (MDT) Message-ID: <54479582.2000200@mlbassoc.com> Date: Wed, 22 Oct 2014 05:31:14 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <1413975234-6332-1-git-send-email-daiane.angolini@freescale.com> In-Reply-To: <1413975234-6332-1-git-send-email-daiane.angolini@freescale.com> Subject: Re: [u-boot-fslc][PATCH] embestmx6boards: Change default bootenv configuration 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: Wed, 22 Oct 2014 11:30:43 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 2014-10-22 04:53, Daiane Angolini wrote: > Change CONFIG_MMCROOT and CONFIG_SYS_MMC_ENV_DEV in > order to have a smooth boot process with sdcard image > built from meta-fsl-arm-extra. > > Signed-off-by: Daiane Angolini > --- > include/configs/embestmx6boards.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h > index 185edbe..4005fe9 100644 > --- a/include/configs/embestmx6boards.h > +++ b/include/configs/embestmx6boards.h > @@ -23,7 +23,7 @@ > > #define CONFIG_MXC_UART_BASE UART2_BASE > #define CONFIG_CONSOLE_DEV "ttymxc1" > -#define CONFIG_MMCROOT "/dev/mmcblk1p2" > +#define CONFIG_MMCROOT "/dev/mmcblk0p2" > > #define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) > > @@ -297,7 +297,7 @@ > /* RiOTboard */ > #define CONFIG_DEFAULT_FDT_FILE "imx6dl-riotboard.dtb" > #define CONFIG_SYS_FSL_USDHC_NUM 3 > -#define CONFIG_SYS_MMC_ENV_DEV 2 /* SDHC4 */ > +#define CONFIG_SYS_MMC_ENV_DEV 0 /* SDHC4 */ > #define CONFIG_ENV_OFFSET (6 * 64 * 1024) > #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ > #elif defined(CONFIG_ENV_IS_IN_SPI_FLASH) > Also, how does this patch apply to meta-freescale (meta-fsl-arm)? -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------