summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-09-09 18:28:07 -0300
committerStefano Babic <sbabic@denx.de>2013-09-20 17:55:35 +0200
commitf62cd00d3d92aee6bd3adeb1db2423500c012185 (patch)
treed5ac9cf2c600a0bcb57a3469d8261fb8d411ccfa /include
parentc4a7ece02046f647019cc0aaddf530833a8db29c (diff)
downloadblackbird-obmc-uboot-f62cd00d3d92aee6bd3adeb1db2423500c012185.tar.gz
blackbird-obmc-uboot-f62cd00d3d92aee6bd3adeb1db2423500c012185.zip
wandboard: Use imx6dl-wandboard.dtb for the solo version
The wandboard solo version should boot the 'imx6dl-wandboard.dtb' file, since dual-lite and solo variants are the same SoC with only the number of cores being different. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/wandboard.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 665cfc3cfa..442a9841ca 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -99,12 +99,10 @@
#define CONFIG_IPUV3_CLK 260000000
#define CONFIG_IMX_HDMI
-#if defined(CONFIG_MX6DL)
+#if defined(CONFIG_MX6DL) || defined(CONFIG_MX6S)
#define CONFIG_DEFAULT_FDT_FILE "imx6dl-wandboard.dtb"
#elif defined(CONFIG_MX6Q)
#define CONFIG_DEFAULT_FDT_FILE "imx6q-wandboard.dtb"
-#elif defined(CONFIG_MX6S)
-#define CONFIG_DEFAULT_FDT_FILE "imx6s-wandboard.dtb"
#endif
#define CONFIG_EXTRA_ENV_SETTINGS \
OpenPOWER on IntegriCloud