diff --git a/components/esp32/cpu_start.c b/components/esp32/cpu_start.c index 582b0975e..331727321 100644 --- a/components/esp32/cpu_start.c +++ b/components/esp32/cpu_start.c @@ -173,7 +173,6 @@ void IRAM_ATTR call_start_cpu1() "wsr %0, vecbase\n" \ ::"r"(&_init_start)); - ESP_EARLY_LOGI(TAG, "Set ets_set_appcpu_boot_addr."); ets_set_appcpu_boot_addr(0); cpu_configure_region_protection();