From a482c3a6a122f3895aea7ca9e9509085103c34ed Mon Sep 17 00:00:00 2001 From: nakasima Date: Mon, 26 Jan 2009 09:15:12 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=97=E3=83=AA=E3=83=93=E3=83=AB?= =?UTF-8?q?=E3=83=89=E3=81=A7=E3=81=AF=E3=83=96=E3=83=BC=E3=83=88ROM?= =?UTF-8?q?=E3=82=92RO=E5=B1=9E=E6=80=A7=E3=81=AB=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@212 b871894f-2f95-9b40-918c-086798483c85 --- trunk/bootrom/build/libraries/init/ARM11/crt0_mmu.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trunk/bootrom/build/libraries/init/ARM11/crt0_mmu.c b/trunk/bootrom/build/libraries/init/ARM11/crt0_mmu.c index 898861f..99487c4 100644 --- a/trunk/bootrom/build/libraries/init/ARM11/crt0_mmu.c +++ b/trunk/bootrom/build/libraries/init/ARM11/crt0_mmu.c @@ -436,7 +436,11 @@ void stupInitMMUTable( void ) { *table++ = HW_MMU6_T2_LP_PACK( paddr, +#ifdef BROM_TARGET_BROM HW_MMU6_T2_APX_S_RW_U_NA, +#else // BROM_TARGET_FIRM || BROM_TARGET_APP + HW_MMU6_T2_APX_S_RO_U_NA, +#endif // BROM_TARGET_FIRM || BROM_TARGET_APP HW_MMU6_T2_LP_RGT_L1C_WB_WA, HW_MMU6_T2_GLOBAL, HW_MMU6_T2_SHARED,