davidchisnall / dtc

FreeBSD Device Tree Compiler
18 stars 15 forks source link

Fix compilation of overlays without -@ #46

Closed kevans91 closed 6 years ago

kevans91 commented 6 years ago

All of the /fixups and /__local_fixups__ generation was gated by -@. This is not a strict requirement for overlays, though, and it works fine with GPL dtc.

A test case has been added for this case.

davidchisnall commented 6 years ago

This looks fine to me, but doesn't seem to apply cleanly anymore. Please can you update the pull request and I'll approve it.

kevans91 commented 6 years ago

I've rebased it and it seems to still include Gonzo's changes. =)