From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [HACK] add sandpoint + flattened dt support to arch/powerpc/boot From: Matthew McClintock To: "Mark A. Greer" In-Reply-To: <20060518002142.GA23182@mag.az.mvista.com> References: <20060518002142.GA23182@mag.az.mvista.com> Content-Type: text/plain Date: Thu, 18 May 2006 08:47:01 -0500 Message-Id: <1147960021.7607.5.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2006-05-17 at 17:21 -0700, Mark A. Greer wrote: > +void * > +dt_find_prop_by_name(void *dt_blob, char *full_name, u32 *val_sizep) Is there a reason you are not using of_get_flat_dt_prop() instead of implementing your own version? -Matthew