Message ID | 20161123075534.1124-9-lokeshvutla@ti.com |
---|---|
State | New |
Headers | show |
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
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 --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 " \