summaryrefslogtreecommitdiff
path: root/include/configs/ti_omap5_common.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2016-11-23 07:55:31 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-04 18:54:52 (GMT)
commit221fd36176d6a7f99b51becb1df00bdd1bbbd503 (patch)
tree90a26d45b3c14eae5690236d9b0504aa72dad35e /include/configs/ti_omap5_common.h
parent40de70fbf7c1921f9332c61fa74193ccee1a4d1a (diff)
downloadu-boot-221fd36176d6a7f99b51becb1df00bdd1bbbd503.tar.xz
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/configs/ti_omap5_common.h')
-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 f617f7d..73c6716 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 " \