From 7f913066f98a205bbd3d780ea07f4cf17a6b45b8 Mon Sep 17 00:00:00 2001 From: shaojinchun Date: Fri, 25 Mar 2022 21:28:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=9D=9E=E4=B8=BBcpu?= =?UTF-8?q?=E7=9A=84=E5=90=AF=E5=8A=A8=E6=A8=A1=E5=BC=8F=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libcpu/arm/cortex-a/start_gcc.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libcpu/arm/cortex-a/start_gcc.S b/libcpu/arm/cortex-a/start_gcc.S index 0311aa0fb6..efbb427082 100644 --- a/libcpu/arm/cortex-a/start_gcc.S +++ b/libcpu/arm/cortex-a/start_gcc.S @@ -666,12 +666,12 @@ after_enable_mmu2: cps #Mode_FIQ ldr sp, =irq_stack_2_limit - cps #Mode_SVC - ldr sp, =svc_stack_2_limit - cps #Mode_ABT ldr sp, =abt_stack_2_limit + cps #Mode_SVC + ldr sp, =svc_stack_2_limit + /* initialize the mmu table and enable mmu */ #ifndef RT_USING_USERSPACE bl rt_hw_mmu_init -- Gitee