This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TISDK是否已完全支持omapL138用devicetree配置(DA8xx-DT)

UBOOT:2015.7
Linux:TISDK Linux version 4.4.32-rt41-ge26c84b0ac

我看到新的TI Linux内核DA850系列支持了通过devicetree配置,而不用用编码写platform配置


我通过menuconfig将DA850EVM相关的定义都取消,只保留da8xx-dt.c

然后发现,因为uboot下传给kernel的mach_type还是DA850EVM的值,而内核中纯devicetree版本的mach type却是ffffffff,无法匹配,启动不了。

这个问题可以如何解决呢?
mach-davinci/da8xx-dt.c是否已经完整的支持了omapL138了呢?