summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2016-06-29 14:50:41 +0530
committerTom Rini <trini@konsulko.com>2016-07-01 17:42:57 -0400
commitdf6b506f16d2666ebac5b9d61b67bb6bbfaea6de (patch)
tree1e8f8c8e4280aeeb0d8ee014420496296893dd5a /include
parent4632739202ae4d1f67c5591551598be0a80d501d (diff)
downloadtalos-obmc-uboot-df6b506f16d2666ebac5b9d61b67bb6bbfaea6de.tar.gz
talos-obmc-uboot-df6b506f16d2666ebac5b9d61b67bb6bbfaea6de.zip
ti_omap5_common: Find right dtb file for DRA72-RevC Evm
DRA72-Evm revC uses dra72-evm-revc.dtb. Update the same in env vatiables. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ti_omap5_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h
index 2e4c8e9646..3589cdc3a8 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -100,6 +100,8 @@
"setenv fdtfile omap5-uevm.dtb; fi; " \
"if test $board_name = dra7xx; then " \
"setenv fdtfile dra7-evm.dtb; fi;" \
+ "if test $board_name = dra72x-revc; then " \
+ "setenv fdtfile dra72-evm-revc.dtb; fi;" \
"if test $board_name = dra72x; then " \
"setenv fdtfile dra72-evm.dtb; fi;" \
"if test $board_name = beagle_x15; then " \
OpenPOWER on IntegriCloud