From 1181bb86295443d719ce89837ea0e72482e3d695 Mon Sep 17 00:00:00 2001 From: nakasima Date: Mon, 26 Jan 2009 09:20:29 +0000 Subject: [PATCH] =?UTF-8?q?NE1DDR2=E8=A8=AD=E5=AE=9A=E3=83=AC=E3=82=B8?= =?UTF-8?q?=E3=82=B9=E3=82=BF=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=81=AE=E5=B1=9E=E6=80=A7=E4=BF=AE=E6=AD=A3=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@213 b871894f-2f95-9b40-918c-086798483c85 --- trunk/bootrom/build/libraries/init/ARM11/crt0_mmu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/bootrom/build/libraries/init/ARM11/crt0_mmu.c b/trunk/bootrom/build/libraries/init/ARM11/crt0_mmu.c index 99487c4..89ad063 100644 --- a/trunk/bootrom/build/libraries/init/ARM11/crt0_mmu.c +++ b/trunk/bootrom/build/libraries/init/ARM11/crt0_mmu.c @@ -364,9 +364,9 @@ void stupInitMMUTable( void ) *table++ = HW_MMU6_T1_SEC_PACK( paddr, HW_MMU6_T1_APX_S_RW_U_NA, - HW_MMU6_T1_RGT_NSHARED_DEV, + HW_MMU6_T1_RGT_SHARED_DEV, HW_MMU6_T1_GLOBAL, - FALSE, + HW_MMU6_T1_SHARED, HW_MMU6_T1_XN, 0); #endif // SDK_NE1EMU