From 9abe3a4b0c483a9e500870d8d7e3ddf5a230b63f Mon Sep 17 00:00:00 2001 From: nakasima Date: Tue, 20 Jan 2009 10:44:58 +0000 Subject: [PATCH] =?UTF-8?q?DDR2=E3=81=AE=E8=A8=AD=E5=AE=9A=E3=82=92KMC?= =?UTF-8?q?=E3=81=AES-boot=E3=81=AB=E5=90=88=E3=82=8F=E3=81=9B=E3=82=8B?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@190 b871894f-2f95-9b40-918c-086798483c85 --- trunk/bootrom/build/libraries/init/ARM11/crt0_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }