From 3e0b928db002e20be14bc2a71d6319a18fc816e8 Mon Sep 17 00:00:00 2001 From: Aurora Date: Tue, 8 Mar 2016 15:45:04 +0100 Subject: [PATCH] Not needed --- source/start.s | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/start.s b/source/start.s index 540f8ed..faff078 100644 --- a/source/start.s +++ b/source/start.s @@ -50,11 +50,9 @@ _start: @ Set cache settings mov r0, #0x25 - mov r1, #0x25 - mov r2, #0x25 mcr p15, 0, r0, c3, c0, 0 @ Write bufferable 0, 2, 5 - mcr p15, 0, r1, c2, c0, 0 @ Data cacheable 0, 2, 5 - mcr p15, 0, r2, c2, c0, 1 @ Inst cacheable 0, 2, 5 + mcr p15, 0, r0, c2, c0, 0 @ Data cacheable 0, 2, 5 + mcr p15, 0, r0, c2, c0, 1 @ Inst cacheable 0, 2, 5 bl startCFW