Re: [PATCH] board: ti: am62x: Add variable device tree in env

2023-07-31 Thread Jason Kacines
On Mon, Jul 31, 2023 at 09:36:38AM -0500, Andrew Davis wrote: > On 7/31/23 9:27 AM, Jason Kacines wrote: > > Added variable default_device_tree that grabs from defconfig. Prevents > > needing to change this variable in two locations if using a separate > > device tree. In the future, it would be a

Re: [PATCH] board: ti: am62x: Add variable device tree in env

2023-07-31 Thread Andrew Davis
On 7/31/23 9:27 AM, Jason Kacines wrote: Added variable default_device_tree that grabs from defconfig. Prevents needing to change this variable in two locations if using a separate device tree. In the future, it would be a good idea to remove this logic completely, but this will help reduce compl

[PATCH] board: ti: am62x: Add variable device tree in env

2023-07-31 Thread Jason Kacines
Added variable default_device_tree that grabs from defconfig. Prevents needing to change this variable in two locations if using a separate device tree. In the future, it would be a good idea to remove this logic completely, but this will help reduce complications. Signed-off-by: Jason Kacines --