Revert "[Boottime] add syslog info in system bootup stages"

This reverts commit b8423e9681.
This commit is contained in:
Xiang Xiao
2021-07-13 03:07:25 +08:00
parent fdf26974c2
commit c4f3d2d296
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -252,7 +252,6 @@ static inline void nx_start_application(void)
*/
sinfo("Starting init thread\n");
syslog(LOG_INFO, "Starting init thread\n");
#ifdef CONFIG_BUILD_PROTECTED
DEBUGASSERT(USERSPACE->us_entrypoint != NULL);
-2
View File
@@ -345,7 +345,6 @@ void nx_start(void)
int i;
sinfo("Entry\n");
syslog(LOG_INFO, "NuttX RTOS Initializtion Entry\n");
/* Boot up is complete */
@@ -796,7 +795,6 @@ void nx_start(void)
/* When control is return to this point, the system is idle. */
sinfo("CPU0: Beginning Idle Loop\n");
syslog(LOG_INFO, "CPU0: Beginning Idle Loop\n");
for (; ; )
{
#if defined(CONFIG_STACK_COLORATION) && CONFIG_STACK_USAGE_SAFE_PERCENT > 0