diff --git a/trunk/bootrom/build/bootrom/Makefile b/trunk/bootrom/build/bootrom/Makefile index ad80999..7288662 100644 --- a/trunk/bootrom/build/bootrom/Makefile +++ b/trunk/bootrom/build/bootrom/Makefile @@ -22,9 +22,8 @@ include $(CTRBROM_ROOT)/build/buildtools/commondefs SUBDIRS = \ ts-dev \ - -# jtag-only \ -# ctr_bootrom \ + jtag-only \ + ctr_bootrom \ #---------------------------------------------------------------------------- diff --git a/trunk/bootrom/build/libraries/init/ARM11/crt0_secure.c b/trunk/bootrom/build/libraries/init/ARM11/crt0_secure.c index 6e29766..60134b3 100644 --- a/trunk/bootrom/build/libraries/init/ARM11/crt0_secure.c +++ b/trunk/bootrom/build/libraries/init/ARM11/crt0_secure.c @@ -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];