t-kernel team mailing list archive
-
t-kernel team
-
Mailing list archive
-
Message #00099
[PATCH] monitor: eitent, skip debug stuff
From: Du Huanpeng <u74147@xxxxxxxxx>
Signed-off-by: Du Huanpeng <u74147@xxxxxxxxx>
---
tkernel_source/monitor/hwdepend/arm/cpu/eitent-start.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tkernel_source/monitor/hwdepend/arm/cpu/eitent-start.S b/tkernel_source/monitor/hwdepend/arm/cpu/eitent-start.S
index 2c4c794..9038d5d 100644
--- a/tkernel_source/monitor/hwdepend/arm/cpu/eitent-start.S
+++ b/tkernel_source/monitor/hwdepend/arm/cpu/eitent-start.S
@@ -81,7 +81,7 @@
.global undef_entry
.global irq_entry
_start:
- b __startup_entry @ 00 : reset
+ b startup_entry @ 00 : reset
b undef_entry @ 04 : undefined instruction
b svc_entry @ 08 : software interrupt
b iabort_entry @ 0C : prefetch abort
--
1.9.1