diff --git a/trunk/bootrom/build/libraries/init/ARM11/crt0_misc.c b/trunk/bootrom/build/libraries/init/ARM11/crt0_misc.c index 589f9c4..b22978b 100644 --- a/trunk/bootrom/build/libraries/init/ARM11/crt0_misc.c +++ b/trunk/bootrom/build/libraries/init/ARM11/crt0_misc.c @@ -30,7 +30,7 @@ *---------------------------------------------------------------------------*/ void i_stupInitDDR2( void ) { - reg_NE1_MIF_SDC_CFG2 = 0x10022123; + reg_NE1_MIF_SDC_CFG2 = 0x30022123; reg_NE1_MIF_DLL_CFG = 0x00000001; reg_NE1_MIF_INIT = 0x00000020; @@ -50,7 +50,7 @@ void i_stupInitDDR2( void ) reg_NE1_MIF_INIT = 0x19480002; reg_NE1_MIF_INIT = 0x01308002; reg_NE1_MIF_INIT = 0x00000100; - reg_NE1_MIF_SDC_CFG1 = 0x1485a916; + reg_NE1_MIF_SDC_CFG1 = 0x1485a912; reg_NE1_MIF_REF_CFG = 0x00000121; }