summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-06-09 13:42:14 -0300
committerStefano Babic <sbabic@denx.de>2014-06-17 16:37:21 +0200
commita7650486a58271d331e5a551b0e7c40ce0112a8f (patch)
treeb5eefb030676ccf70a59ecacce8f130f29f35b23 /include
parentfa4a7a4319f0b56e7fb4390d5f36a945c5cab5b9 (diff)
downloadblackbird-obmc-uboot-a7650486a58271d331e5a551b0e7c40ce0112a8f.tar.gz
blackbird-obmc-uboot-a7650486a58271d331e5a551b0e7c40ce0112a8f.zip
embestmx6boards: Fix the dtb file name for riotboard
The name of the dtb file used in the kernel is 'imx6dl-riotboard.dtb', so fix it accordingly. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Tested-by: Iain Paton <ipaton0@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/embestmx6boards.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h
index 1d5fde67f2..f1000f37fa 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)
OpenPOWER on IntegriCloud