From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: David Gibson Subject: Re: dtc: Use libfdt endian conversion functions in libfdt In-reply-to: <20080626004306.GG308@yookeroo.seuss> References: <20080626004306.GG308@yookeroo.seuss> Date: Mon, 14 Jul 2008 13:50:27 -0500 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: , > Following on from the last patch, which made dtc use the same endian > conversion functions as libfdt, this patch makes ftdump use these > functions as well. This brings us down to a single set of endian > handling functions in all of dtc and libfdt, so just one place to fix > things. > > Signed-off-by: David Gibson Applied. jdl