From mboxrd@z Thu Jan 1 00:00:00 1970 From: "M. Warner Losh" Subject: Re: [RFC] add alias support to fdt_path_offset Date: Mon, 04 Aug 2008 22:02:26 -0600 (MDT) Message-ID: <20080804.220226.-1219852411.imp@bsdimp.com> References: <20080805035844.GB16526@yookeroo.seuss> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20080805035844.GB16526-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-mnsaURCQ41sdnm+yROfE0A@public.gmane.org To: david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org Cc: devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org, gvb.uboot-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org List-Id: devicetree@vger.kernel.org In message: <20080805035844.GB16526-787xzQ0H9iRg7VrjXcPTGA@public.gmane.org> David Gibson writes: : On Mon, Aug 04, 2008 at 05:25:17PM -0500, Kumar Gala wrote: : > Here's my attempt at adding alias support to fdt_path_offset() : > : > I don't care for the path_buf[256], but not sure how else to do : > that. : : That's because you haven't thought hard enough, we can do better than : this. Patches coming.. Hmmm, PATH_MAX... Warner