From mboxrd@z Thu Jan 1 00:00:00 1970 From: Iain Paton Date: Mon, 09 Jun 2014 19:07:22 +0100 Subject: [U-Boot] [PATCH] embestmx6boards: Fix the dtb file name for riotboard In-Reply-To: <1402332134-29397-1-git-send-email-fabio.estevam@freescale.com> References: <1402332134-29397-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <5395F7DA.2050804@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/06/14 17:42, Fabio Estevam wrote: > The name of the dtb file used in the kernel is 'imx6dl-riotboard.dtb', so fix > it accordingly. > > Signed-off-by: Fabio Estevam > --- > include/configs/embestmx6boards.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h > index 1d5fde6..f1000f3 100644 > --- a/include/configs/embestmx6boards.h > +++ b/include/configs/embestmx6boards.h > @@ -293,7 +293,7 @@ > > #if defined(CONFIG_ENV_IS_IN_MMC) > /* RiOTboard */ > -#define CONFIG_DEFAULT_FDT_FILE "imx6s-riotboard.dtb" > +#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_ENV_OFFSET (6 * 64 * 1024) > Tested-by: Iain Paton