summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-09-17 22:55:59 -0300
committerStefano Babic <sbabic@denx.de>2013-09-20 17:55:37 +0200
commit1d585241264e5bf465e398cde4cc6c4e42c0a27e (patch)
tree59f7072302aafd7df8aa3cf30db0d75c5117b858 /include
parent79d6bf38653c877ac62543d2a3c63df5941864dc (diff)
downloadblackbird-obmc-uboot-1d585241264e5bf465e398cde4cc6c4e42c0a27e.tar.gz
blackbird-obmc-uboot-1d585241264e5bf465e398cde4cc6c4e42c0a27e.zip
mx6sabresd: Fix the fdt file for the mx6dl version
We need to load 'imx6dl-sabresd.dtb' in the mx6dl version. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include')
-rw-r--r--include/configs/mx6sabresd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
index a3dd74a4a2..3229bc70d8 100644
--- a/include/configs/mx6sabresd.h
+++ b/include/configs/mx6sabresd.h
@@ -16,7 +16,11 @@
#define CONFIG_MXC_UART_BASE UART1_BASE
#define CONFIG_CONSOLE_DEV "ttymxc0"
#define CONFIG_MMCROOT "/dev/mmcblk1p2"
+#if defined(CONFIG_MX6Q)
#define CONFIG_DEFAULT_FDT_FILE "imx6q-sabresd.dtb"
+#elif defined(CONFIG_MX6DL)
+#define CONFIG_DEFAULT_FDT_FILE "imx6dl-sabresd.dtb"
+#endif
#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)
#include "mx6sabre_common.h"
OpenPOWER on IntegriCloud