aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNishanth Menon2016-11-23 13:25:31 +0530
committerTom Rini2016-12-04 13:54:52 -0500
commit221fd36176d6a7f99b51becb1df00bdd1bbbd503 (patch)
tree90a26d45b3c14eae5690236d9b0504aa72dad35e /include
parent40de70fbf7c1921f9332c61fa74193ccee1a4d1a (diff)
configs: ti_omap5_common: Select dtb name for dra71x
Select dtb name for dra71x-evm. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.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 f617f7d8d1e..73c67167ebb 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -85,6 +85,8 @@
"setenv fdtfile dra72-evm-revc.dtb; fi;" \
"if test $board_name = dra72x; then " \
"setenv fdtfile dra72-evm.dtb; fi;" \
+ "if test $board_name = dra71x; then " \
+ "setenv fdtfile dra71-evm.dtb; fi;" \
"if test $board_name = beagle_x15; then " \
"setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
"if test $board_name = am572x_idk; then " \