From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 03 Sep 2007 17:59:09 -0400 Subject: [U-Boot-Users] [PATCH/RFC] mpc5200: switch to CONFIG_OF_LIBFDT In-Reply-To: References: <20070830173340.24697.19740.stgit@trillian.cg.shawcable.net> <20070903203655.GA16323@frozen.semihalf.com> Message-ID: <46DC83AD.6090507@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Grant Likely wrote: > On 9/3/07, Bartlomiej Sieka wrote: >> On Thu, Aug 30, 2007 at 12:20:14PM -0600, Grant Likely wrote: >>> From: Grant Likely >>> >>> Here is a patch which converts the icecube* and tqm5200 boards from using >>> OF_FLAT_TREE to OF_LIBFDT. It also fixes the compile of cm5200. >>> >>> It's been tested on the lite5200. >> Tested also on motionpro, with the below patch that converts it to OF_LIBFDT. >> >> Grant: perhaps it would be a good idea to merge this patch with your >> upcoming updated patch for icecube and tqm5200? > > Can do. I'll respin the patch and post it once more to the list > before asking wd to pull it. > > Cheers, > g. Hi Grant, My only critique/request is to change fixup_int_prop() to be fixup_u32_prop() so that we don't get confused if we ever have to fix up a u16 or u64 property. Thanks, gvb