From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 10 Jul 2007 07:59:46 -0400 Subject: [U-Boot-Users] [FIX] FDT bug - MPC83xx In-Reply-To: <2931.5449-20013-1287378984-1184068372@seznam.cz> References: <2931.5449-20013-1287378984-1184068372@seznam.cz> Message-ID: <469374B2.6020507@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Michal Simek wrote: > Hi, > >> 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. > > I looked at http://www.denx.de/cgi-bin/gitweb.cgi to Jerry's FDT repository to u-boot/u-boot-fdt.git]/ cpu / mpc83xx / cpu.c file > Lines are below. I don't see these changes. > > Best regards, > Michal Simek Hi Michal, The gitweb display is the "master" branch, you need to scroll to the bottom of the page and select the "fdt" branch (under the heading "heads") to see the changes you are interested in. It is the top patch in the list. (Unfortunately the diff is suboptimal for reading because of the way diff handled the repeated pattern.) Actual file: gvb