diff mbox

[08/11] configs: ti_omap5_common: Select dtb name for dra71x

Message ID 20161123075534.1124-9-lokeshvutla@ti.com
State New
Headers show

Commit Message

Lokesh Vutla Nov. 23, 2016, 7:55 a.m. UTC
From: Nishanth Menon <nm@ti.com>


Select dtb name for dra71x-evm.

Signed-off-by: Nishanth Menon <nm@ti.com>

---
 include/configs/ti_omap5_common.h | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.10.1

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

Comments

Tom Rini Nov. 26, 2016, 4:28 p.m. UTC | #1
On Wed, Nov 23, 2016 at 01:25:31PM +0530, Lokesh Vutla wrote:

> From: Nishanth Menon <nm@ti.com>

> 

> Select dtb name for dra71x-evm.

> 

> Signed-off-by: Nishanth Menon <nm@ti.com>


Reviewed-by: Tom Rini <trini@konsulko.com>


-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tom Rini Dec. 4, 2016, 11:25 p.m. UTC | #2
On Wed, Nov 23, 2016 at 01:25:31PM +0530, Lokesh Vutla wrote:

> From: Nishanth Menon <nm@ti.com>

> 

> Select dtb name for dra71x-evm.

> 

> Signed-off-by: Nishanth Menon <nm@ti.com>

> Reviewed-by: Tom Rini <trini@konsulko.com>


Applied to u-boot/master, thanks!

-- 
Tom
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

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 " \