[U-Boot] [PATCH 08/11] configs: ti_omap5_common: Select dtb name for dra71x
Lokesh Vutla
lokeshvutla at ti.com
Wed Nov 23 08:55:31 CET 2016
From: Nishanth Menon <nm at ti.com>
Select dtb name for dra71x-evm.
Signed-off-by: Nishanth Menon <nm at ti.com>
---
include/configs/ti_omap5_common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/ti_omap5_common.h b/include/configs/ti_omap5_common.h
index 8322f64..3bc7bf9 100644
--- a/include/configs/ti_omap5_common.h
+++ b/include/configs/ti_omap5_common.h
@@ -98,6 +98,8 @@
"setenv fdtfile dra72-evm-revc.dtb; fi;" \
"if test $board_name = dra72x; then " \
"setenv fdtfile dra72-evm.dtb; fi;" \
+ "if test $board_name = dra71x; then " \
+ "setenv fdtfile dra71-evm.dtb; fi;" \
"if test $board_name = beagle_x15; then " \
"setenv fdtfile am57xx-beagle-x15.dtb; fi;" \
"if test $board_name = am572x_idk; then " \
--
2.10.1
More information about the U-Boot
mailing list