projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd43b51
)
env: ti: boot: Select dtb name for dra76
author
Lokesh Vutla
<
[email protected]
>
Mon, 21 Aug 2017 07:20:58 +0000
(12:50 +0530)
committer
Tom Rini
<
[email protected]
>
Mon, 11 Sep 2017 20:19:44 +0000
(16:19 -0400)
Select dtb name for dra76-evm.
Reviewed-by: Tom Rini <
[email protected]
>
Signed-off-by: Lokesh Vutla <
[email protected]
>
include/environment/ti/boot.h
patch
|
blob
|
history
diff --git
a/include/environment/ti/boot.h
b/include/environment/ti/boot.h
index a05f5ba9bd4d77303bd5b49c49170e838ca40faf..8c253e58040db88b133f2eff0962357a9b89f26d 100644
(file)
--- 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 " \