aboutsummaryrefslogtreecommitdiff
path: root/include/environment
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2017-08-21 12:50:58 +0530
committerTom Rini <trini@konsulko.com>2017-09-11 16:19:44 -0400
commit911d76c417054de556ffa1681b2783f9c5381bed (patch)
tree1121601c66f1d3307617d1c803276f47d9dad277 /include/environment
parentcd43b51600918a03216146c1bb4a73f4d7f04901 (diff)
downloadu-boot-911d76c417054de556ffa1681b2783f9c5381bed.zip
u-boot-911d76c417054de556ffa1681b2783f9c5381bed.tar.gz
u-boot-911d76c417054de556ffa1681b2783f9c5381bed.tar.bz2
env: ti: boot: Select dtb name for dra76
Select dtb name for dra76-evm. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/environment')
-rw-r--r--include/environment/ti/boot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/environment/ti/boot.h b/include/environment/ti/boot.h
index a05f5ba..8c253e5 100644
--- a/include/environment/ti/boot.h
+++ b/include/environment/ti/boot.h
@@ -61,6 +61,8 @@
"setenv fdtfile dra72-evm.dtb; fi;" \
"if test $board_name = dra71x; then " \
"setenv fdtfile dra71-evm.dtb; fi;" \
+ "if test $board_name = dra76x; then " \
+ "setenv fdtfile dra76-evm.dtb; fi;" \
"if test $board_name = beagle_x15; then " \
"setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
"if test $board_name = beagle_x15_revb1; then " \