From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Updegraff Date: Wed, 22 Jul 2009 10:16:13 -0500 Subject: [U-Boot] include/asm-ppc/immap_86xx.h Message-ID: <4A672D3D.1070701@cray.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi. I think there is a small offset bug in here.. unless there is an errata that I have missed there should be no pad between srds1cr0,1. Anyone know for sure? --- a/include/asm-ppc/immap_86xx.h +++ b/include/asm-ppc/immap_86xx.h @@ -1240,7 +1240,7 @@ typedef struct ccsr_gur { uint lbcdllcr; /* 0xe0e20 - LBC DLL control register */ char res13a[224]; uint srds1cr0; /* 0xe0f04 - SerDes1 control register 0 */ - char res13b[4]; + //char res13b[4]; uint srds1cr1; /* 0xe0f08 - SerDes1 control register 1 */ char res14[24];