summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/immap_86xx.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-04-29 10:28:34 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-04-29 11:42:05 -0500
commitef7d30b14394e4c4a153118f5845760cadada02a (patch)
treebcd8f2e813728bbf069b71aab97d3cf771680abe /include/asm-ppc/immap_86xx.h
parentcf6cc014270549684873a5972d2595052c468cb6 (diff)
downloadtalos-obmc-uboot-ef7d30b14394e4c4a153118f5845760cadada02a.tar.gz
talos-obmc-uboot-ef7d30b14394e4c4a153118f5845760cadada02a.zip
85xx/86xx: Rename DDR init address and init extended address register
Rename init_addr and init_ext_addr to match the docs between 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/asm-ppc/immap_86xx.h')
-rw-r--r--include/asm-ppc/immap_86xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/immap_86xx.h b/include/asm-ppc/immap_86xx.h
index 7526061d5a..4287cf463e 100644
--- a/include/asm-ppc/immap_86xx.h
+++ b/include/asm-ppc/immap_86xx.h
@@ -126,7 +126,7 @@ typedef struct ccsr_ddr {
uint sdram_ocd_cntl; /* 0x2140 - DDR SDRAM OCD Control */
uint sdram_ocd_status; /* 0x2144 - DDR SDRAM OCD Status */
uint init_addr; /* 0x2148 - DDR training initialzation address */
- uint init_addr_ext; /* 0x214C - DDR training initialzation extended address */
+ uint init_ext_addr; /* 0x214C - DDR training initialzation extended address */
char res10[2728];
uint ip_rev1; /* 0x2BF8 - DDR IP Block Revision 1 */
uint ip_rev2; /* 0x2BFC - DDR IP Block Revision 2 */
OpenPOWER on IntegriCloud