[U-Boot] include/asm-ppc/immap_86xx.h
David Updegraff
dave at cray.com
Wed Jul 22 17:16:13 CEST 2009
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];
More information about the U-Boot
mailing list