Re: [PATCH 04/20] bootwrapper: Add dt_is_compatible().

2007-08-20 Thread David Gibson
On Mon, Aug 20, 2007 at 12:39:48PM -0500, Scott Wood wrote: > This can be used rather than doing a simple strcmp, which will fail to > handle multiple compatible entries. > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> Not sure if it's the simplest way we could accomplish this, but it will do.

[PATCH 04/20] bootwrapper: Add dt_is_compatible().

2007-08-20 Thread Scott Wood
This can be used rather than doing a simple strcmp, which will fail to handle multiple compatible entries. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/boot/devtree.c | 48 +- arch/powerpc/boot/ops.h |1 + 2 files changed, 34 ins