diff --git a/components/esp_psram/device/esp_psram_impl_ap_hex.c b/components/esp_psram/device/esp_psram_impl_ap_hex.c index 8219f1c528f..b544b325321 100644 --- a/components/esp_psram/device/esp_psram_impl_ap_hex.c +++ b/components/esp_psram/device/esp_psram_impl_ap_hex.c @@ -488,7 +488,7 @@ esp_err_t esp_psram_impl_enable(void) uint8_t esp_psram_impl_get_cs_io(void) { - ESP_EARLY_LOGI(TAG, "psram CS IO is dedicated"); + ESP_EARLY_LOGD(TAG, "psram CS IO is dedicated"); return -1; } diff --git a/components/esp_psram/device/esp_psram_impl_ap_oct.c b/components/esp_psram/device/esp_psram_impl_ap_oct.c index 7ff19283cfb..3f64f1edd5b 100644 --- a/components/esp_psram/device/esp_psram_impl_ap_oct.c +++ b/components/esp_psram/device/esp_psram_impl_ap_oct.c @@ -483,7 +483,7 @@ esp_err_t esp_psram_impl_enable(void) uint8_t esp_psram_impl_get_cs_io(void) { - ESP_EARLY_LOGI(TAG, "psram CS IO is dedicated"); + ESP_EARLY_LOGD(TAG, "psram CS IO is dedicated"); return -1; }