[U-Boot] travis build fails

Hello,
a lot of U-Boot builds fail on https://travis-ci.org/u-boot/u-boot
because the dtc compiler drops the following warning:
Warning (unit_address_vs_reg): Node XXX has a reg or ranges property, but no unit name
for example: https://travis-ci.org/u-boot/u-boot/jobs/120363766#L510
Any idea how to fix this warning? Do we ignore this warning ?
I think the correct way would be to fix the DTS files ...
bye, Heiko

On 04/04/2016 10:27 AM, Heiko Schocher wrote:
Hello,
a lot of U-Boot builds fail on https://travis-ci.org/u-boot/u-boot
because the dtc compiler drops the following warning:
Warning (unit_address_vs_reg): Node XXX has a reg or ranges property, but no unit name
for example: https://travis-ci.org/u-boot/u-boot/jobs/120363766#L510
Any idea how to fix this warning? Do we ignore this warning ?
I think the correct way would be to fix the DTS files ...
Yes; hopefully adding the unit address to the DT to make them valid DT would fix the issue.
participants (2)
-
Heiko Schocher
-
Stephen Warren