From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: [dtc] Fix flat_dt_property structure In-Reply-To: Your message of "Mon, 26 Feb 2007 11:02:24 +1100." <20070226000224.GB29826@localhost.localdomain> References: <20070226000224.GB29826@localhost.localdomain> Date: Tue, 27 Feb 2007 08:48:05 -0600 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , So, like, the other day David Gibson mumbled: > The structure in flat_dt.h defining the layout of a proprety within > the flat device tree is incorrect. It has the offset to the > property's name, then the length when in fact (according to > booting-without-of.txt and the output of dtc) then length should come > first, followed by the name offset. > > In fact, this structure is never used so the mistake doesn't break > anything, but it should still be fixed to avoid misleading people. > > Signed-off-by: David Gibson Applied. Thanks. jdl