Re: dtc: Assume properties preced subnodes in the flattened tree

2007-09-07 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > With kernel commit eff2ebd207af9f501af0ef667a7d14befcb36c1b, we > clarified that in the flattened tree format, a particular nodes > properties are required to precede its subdnodes. > > At present however, both dtc and libfdt will process trees which

dtc: Assume properties preced subnodes in the flattened tree

2007-09-03 Thread David Gibson
With kernel commit eff2ebd207af9f501af0ef667a7d14befcb36c1b, we clarified that in the flattened tree format, a particular nodes properties are required to precede its subdnodes. At present however, both dtc and libfdt will process trees which don't meet this condition. This patch simplifies the c