From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 09 Jul 2007 17:06:51 -0400 Subject: [U-Boot-Users] [FIX] FDT bug - MPC83xx In-Reply-To: <20070709154721.22c86da8.kim.phillips@freescale.com> References: <3296.6248-308-575395642-1183981319@seznam.cz> <20070709154721.22c86da8.kim.phillips@freescale.com> Message-ID: <4692A36B.6060401@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 Kim Phillips wrote: > On Mon, 09 Jul 2007 13:42:00 +0200 (CEST) > Michal Simek wrote: > >> HI, >> >> I look at FDT and I found small bug in cpu.c file >> >> Signed-off-by: Michal Simek > > Hi Michal, gvb has already fixed this in his fdt branch on the fdt tree > on denx.de. Please pull the fdt branch from the fdt tree. Hi Michal, Just to tag onto Kim's reply, if you do $ git pull git://www.denx.de/git/u-boot-fdt fdt you will pull my latest version into your repository. If you are the cautious type, you can create a branch and pull into the branch before you pull it into your mainline. Testing is appreciated! > Kim > > p.s. gvb, I haven't gotten to review your patches yet, but will very > soon now. Thanks, Michal & Kim, gvb