From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 18 Sep 2009 14:58:12 -0700 Subject: [U-Boot] [PATCH 2/7] ppc/p4080: Add support for CoreNet style platform LAWs In-Reply-To: <4AB4020D.9080403@freescale.com> References: <1253307595-28655-1-git-send-email-galak@kernel.crashing.org> <1253307595-28655-2-git-send-email-galak@kernel.crashing.org> <1253307595-28655-3-git-send-email-galak@kernel.crashing.org> <4AB401B9.2090103@freescale.com> <4AB4020D.9080403@freescale.com> Message-ID: <4AB40274.4080703@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 Scott Wood wrote: > Scott Wood wrote: > >>> + base = &(ccm->lawbarh0); >>> >> Use in_be32(). Likewise in find_law. >> > > Grr, ignore me. I just had my brain baked by an ISO9000 presentation. > > You should always just go home after those things. Let someone else drive, though :) Ben