mirror of
https://github.com/rvtr/ctr_firmware.git
synced 2025-10-31 07:51:08 -04:00
アボートが起こらないように修正。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@82 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
parent
207a8ec364
commit
a33e3deb31
@ -22,9 +22,8 @@ include $(CTRBROM_ROOT)/build/buildtools/commondefs
|
||||
|
||||
SUBDIRS = \
|
||||
ts-dev \
|
||||
|
||||
# jtag-only \
|
||||
# ctr_bootrom \
|
||||
jtag-only \
|
||||
ctr_bootrom \
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
||||
@ -488,10 +488,10 @@ 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_T2_LP_RGT_L1C_WB_WA,
|
||||
HW_MMU6_T1_GLOBAL,
|
||||
HW_MMU6_T2_SHARED,
|
||||
FALSE,
|
||||
HW_MMU6_T1_XN,
|
||||
0);
|
||||
#else
|
||||
table = &t1Base[paddr/HW_MMU6_T1_SEC_SIZE];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user