This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit fa359e355c231984a7401bc3e0a3b100133b0ba4
Author: qinwei2004 <104544671+qinwei2...@users.noreply.github.com>
AuthorDate: Wed Mar 1 10:17:39 2023 +0800

    Update arm64_head.S
---
 arch/arm64/src/common/arm64_head.S | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm64/src/common/arm64_head.S 
b/arch/arm64/src/common/arm64_head.S
index 47f052e3e2..fba688f782 100644
--- a/arch/arm64/src/common/arm64_head.S
+++ b/arch/arm64/src/common/arm64_head.S
@@ -196,11 +196,7 @@ primary_core:
     bl    up_earlyserialinit
 #endif
 
-#ifdef CONFIG_SMP
     PRINT(primary_boot, "- Ready to Boot Primary CPU\r\n")
-#else
-    PRINT(cpu_boot, "- Ready to Boot CPU\r\n")
-#endif
 
 cpu_boot:
 

Reply via email to