On Tue, Jul 25, 2023 at 09:17:21AM -0500, Ryan Eatmon wrote:
>
> That's not true... It will test all matching DTs in the upstream
> kernel instead of just a fixed list. But in the end, it is testing
> DTs in the upstream kernel...
No, I didn't mean testing the actual DTs. I meant testing the st
With the change to the vendored arch/arm/boot/dts directory, we need to
add support to the KERNEL_DEVICETREE_DTBMERGE to make it a search
pattern instead of a fixed list.
Signed-off-by: Ryan Eatmon
---
.../linux/ti-kernel-devicetree-prefix.inc | 22 ++-
1 file changed, 21 ins
The latest kernel has made the change to add vendor subdirectories into
the arch/arm/boot/dts directory. This effectively breaks the
KERNEL_DEVICETREE settings in the machine configs for 32bit platforms,
so switch them over to using the PREFIX variable. Also change the
linux-ti-next to use the PR