
On Wed, Apr 24, 2024 at 09:33:25AM -0500, Adam Ford wrote:
On Tue, Apr 16, 2024 at 6:53 AM Adam Ford aford173@gmail.com wrote:
On Thu, Apr 11, 2024 at 7:05 PM Tom Rini trini@konsulko.com wrote:
On Wed, Apr 03, 2024 at 10:00:09PM -0500, Adam Ford wrote:
The da850-evm can remove the U-Boot device trees if migrated to OF_UPSTREAM. This means pointing the device trees to the ti/davinci directory.
Signed-off-by: Adam Ford aford173@gmail.com
This series leads to failure to build for omapl138_lcdk and lego_ev3 or was I supposed to bring in something else first? Thanks.
I just got back from 10 days in Europe for the Embedded World Conference. It should have been based on [1], but I haven't checked to see if it was applied. I (maybe wrongly) assumed [1] would have been applied before this patch was.
Once I get caught up, I'll look to see what's going one.
Tom -
Can you point me to a failing log for this, so I can try to replicate it?
Applying the series to top of tree and trying to build omapl138_lcdk results in: arm: + omapl138_lcdk +(omapl138_lcdk) make[3]: *** No rule to make target 'arch/arm/dts/da850-evm.dtb', needed by 'dtbs'. Stop. +(omapl138_lcdk) make[2]: *** [dts/Makefile:54: arch-dtbs] Error 2 +(omapl138_lcdk) make[1]: *** [Makefile:1166: dts/dt.dtb] Error 2 +(omapl138_lcdk) make: *** [Makefile:177: sub-make] Error 2
For me right now.