summaryrefslogtreecommitdiffstats
path: root/include/configs/ti_omap4_common.h
diff options
context:
space:
mode:
authorAsh Charles <ashcharles@gmail.com>2014-06-06 11:36:50 -0700
committerTom Rini <trini@ti.com>2014-06-19 17:53:58 -0400
commit99907176a05d3282c66f9925f0a656621c1f9b09 (patch)
tree5946b14ae8fc3922b1c91cba1226937f740db9c4 /include/configs/ti_omap4_common.h
parent2868a5dff373f6d173ba2d060bbe910c38254cbf (diff)
downloadtalos-obmc-uboot-99907176a05d3282c66f9925f0a656621c1f9b09.tar.gz
talos-obmc-uboot-99907176a05d3282c66f9925f0a656621c1f9b09.zip
omap4: duovero: Correct name of default device tree
Signed-off-by: Ash Charles <ashcharles@gmail.com>
Diffstat (limited to 'include/configs/ti_omap4_common.h')
-rw-r--r--include/configs/ti_omap4_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h
index 44b37183b6..30b02f6b03 100644
--- a/include/configs/ti_omap4_common.h
+++ b/include/configs/ti_omap4_common.h
@@ -126,7 +126,7 @@
"if test $board_name = panda-es; then " \
"setenv fdtfile omap4-panda-es.dtb; fi;" \
"if test $board_name = duovero; then " \
- "setenv fdtfile omap4-duovero.dtb; fi;" \
+ "setenv fdtfile omap4-duovero-parlor.dtb; fi;" \
"if test $fdtfile = undefined; then " \
"echo WARNING: Could not determine device tree to use; fi; \0" \
"loadfdt=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile}\0" \
OpenPOWER on IntegriCloud