summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaleb Robey <c-robey@ti.com>2020-01-02 17:17:29 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-01-20 07:40:28 +0300
commit019d123705eb2c813af79d138538637e83dfa1bf (patch)
tree6be673bbf454e1be4545242ecd95b757c82fc420 /include
parenta84189464ce05ba6517f8d3503dfab11c6a52460 (diff)
downloadu-boot-019d123705eb2c813af79d138538637e83dfa1bf.tar.xz
board: ti: beagleboneai: enable in am57xx_evm_defconfig
Adding the configurations to the evm_defconfig file Signed-off-by: Jason Kridner <jdk@ti.com> Signed-off-by: Caleb Robey <c-robey@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include')
-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 684a744f31..6313f3e328 100644
--- a/include/environment/ti/boot.h
+++ b/include/environment/ti/boot.h
@@ -185,6 +185,8 @@
"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 = am5729_beagleboneai; then " \
+ "setenv fdtfile am5729-beagleboneai.dtb; fi;" \
"if test $board_name = am572x_idk; then " \
"setenv fdtfile am572x-idk.dtb; fi;" \
"if test $board_name = am574x_idk; then " \