dgibson / dtc

Device Tree Compiler
215 stars 127 forks source link

libfdt: add missing version symbols #116

Closed blmaier closed 12 months ago

blmaier commented 12 months ago

libfdt: add missing version symbols

These symbols were not added to the version script when they were added to libfdt.

editorconfig: use tab indentation for version.lds

This file is indented with tabs, but editorconfig defaults all files to spaces.

Covers symbols that would be added by https://github.com/dgibson/dtc/pull/108

dgibson commented 12 months ago

Merged, thanks.