On Wed, Jan 24, 2007 at 03:07:26PM -0600, Scott Wood wrote:
This allows platform code to use flatdevtree functions directly.
Signed-off-by: Scott Wood <redacted>
---
Scott,
I have to to thru your patches in detail but I have a comment about this
patch...
I don't think this one is a good idea. Platform code shouldn't be using
flatdevtree.c code directly because it will be replaced by libfdt code.
For functionality that isn't already accessible, you should define an
interface then access it thru the interface glue code (i.e.,
flatdevtree_misc.c). This will separate the calls that bootwrapper code
uses from whatever the underlying implementation is.
Mark