From 2a27f51df0466a55a69ad14bdd740825b48ea591 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Sun, 14 Aug 2016 11:11:32 -0400 Subject: [PATCH] Grab a few changes from upstream --- source/start.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/start.s b/source/start.s index 6593805..3d32ba9 100644 --- a/source/start.s +++ b/source/start.s @@ -87,7 +87,7 @@ init: mcr p15, 0, r5, c6, c5, 0 mcr p15, 0, r6, c6, c6, 0 mcr p15, 0, r7, c6, c7, 0 - mov r0, #0xA5 // FIXME which sections does this do... stuff to? + mov r0, #0b10101001 // FIXME which sections does this do... stuff to? mcr p15, 0, r0, c2, c0, 0 // data cacheable mcr p15, 0, r0, c2, c0, 1 // instruction cacheable mcr p15, 0, r0, c3, c0, 0 // data bufferable -- 2.39.5