Re: [1/2] dtc: Refactor printing of property values in -Odts mode

2007-11-08 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > Currently the main recursive tree printing function, > write_tree_source_node(), calls guess_type() to apply heuristics to > see how to print a property value, then calls the appropriate > write_propval_*() function to print it. > > However, future h

[1/2] dtc: Refactor printing of property values in -Odts mode

2007-11-06 Thread David Gibson
Currently the main recursive tree printing function, write_tree_source_node(), calls guess_type() to apply heuristics to see how to print a property value, then calls the appropriate write_propval_*() function to print it. However, future heuristics for handling internal labels and the like don't