diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-04-29 10:27:08 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-04-29 11:44:29 -0500 |
commit | 45239cf4152109caa925145ccd433529902df887 (patch) | |
tree | cbeedce4c8e289bf2da8f6a4afa3677f57578ccd /board/sbc8548 | |
parent | ef7d30b14394e4c4a153118f5845760cadada02a (diff) | |
download | u-boot-45239cf4152109caa925145ccd433529902df887.tar.gz u-boot-45239cf4152109caa925145ccd433529902df887.tar.xz u-boot-45239cf4152109caa925145ccd433529902df887.zip |
85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
All the 85xx and 86xx UM describe the register as timing_cfg_3
not as ext_refrec.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/sbc8548')
-rw-r--r-- | board/sbc8548/sbc8548.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sbc8548/sbc8548.c b/board/sbc8548/sbc8548.c index 8a6ced3864..46496da60b 100644 --- a/board/sbc8548/sbc8548.c +++ b/board/sbc8548/sbc8548.c @@ -299,7 +299,7 @@ long int fixed_sdram (void) ddr->cs1_config = 0x80010101; ddr->cs2_config = 0x00000000; ddr->cs3_config = 0x00000000; - ddr->ext_refrec = 0x00000000; + ddr->timing_cfg_3 = 0x00000000; ddr->timing_cfg_0 = 0x00220802; ddr->timing_cfg_1 = 0x38377322; ddr->timing_cfg_2 = 0x0fa044C7; |