Use include_bytes! macro to import default device tree binary file
takahirox opened this issue · 0 comments
takahirox commented
Currently we hardocde default device tree binary.
Replacing it with using include_bytes! macro and importing an external device tree binary file would be more maintainable.