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:
8b2551a
)
env: ti: boot: Select dtb name for X15 revC
author
Lokesh Vutla
<
[email protected]
>
Wed, 23 Aug 2017 06:09:07 +0000
(11:39 +0530)
committer
Tom Rini
<
[email protected]
>
Mon, 11 Sep 2017 20:23:05 +0000
(16:23 -0400)
Select dtb name for am57xx BeagleBoard-X15 revC
Signed-off-by: Lokesh Vutla <
[email protected]
>
Reviewed-by: Tom Rini <
[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 8c253e58040db88b133f2eff0962357a9b89f26d..5b1b97bafef2433dfd58e6cddf891f46e40f1946 100644
(file)
--- a/
include/environment/ti/boot.h
+++ b/
include/environment/ti/boot.h
@@
-67,6
+67,8
@@
"setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
"if test $board_name = beagle_x15_revb1; then " \
"setenv fdtfile am57xx-beagle-x15-revb1.dtb; fi;" \
+ "if test $board_name = beagle_x15_revc; then " \
+ "setenv fdtfile am57xx-beagle-x15-revc.dtb; fi;" \
"if test $board_name = am572x_idk; then " \
"setenv fdtfile am572x-idk.dtb; fi;" \
"if test $board_name = am57xx_evm; then " \