Select dtb name for am57xx BeagleBoard-X15 revC

Signed-off-by: Lokesh Vutla <lokeshvu...@ti.com>
---
 include/environment/ti/boot.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/environment/ti/boot.h b/include/environment/ti/boot.h
index 01f7f7a300..dabfb37204 100644
--- a/include/environment/ti/boot.h
+++ b/include/environment/ti/boot.h
@@ -50,6 +50,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 " \
-- 
2.13.0

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to