]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
83xx: add missing TIMING_CFG1_CASLAT_* defines
authorHeiko Schocher <hs@denx.de>
Wed, 11 Feb 2009 18:26:15 +0000 (19:26 +0100)
committerKim Phillips <kim.phillips@freescale.com>
Tue, 17 Feb 2009 01:17:19 +0000 (19:17 -0600)
Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
include/mpc83xx.h

index 3554fdd4ed92abe5e6fe5300e941188b9b48c547..fab37516cf8b11f5ea22c08b8c45d8f7f4c4f2ae 100644 (file)
 #define TIMING_CFG1_CASLAT_30          0x00050000      /* CAS latency = 3.0 */
 #define TIMING_CFG1_CASLAT_35          0x00060000      /* CAS latency = 3.5 */
 #define TIMING_CFG1_CASLAT_40          0x00070000      /* CAS latency = 4.0 */
+#define TIMING_CFG1_CASLAT_45          0x00080000      /* CAS latency = 4.5 */
+#define TIMING_CFG1_CASLAT_50          0x00090000      /* CAS latency = 5.0 */
 
 /* TIMING_CFG_2 - DDR SDRAM Timing Configuration 2
  */