From 31056446421b3d6b1007cc371ac737ca0c310ecb Mon Sep 17 00:00:00 2001 From: Xiao Xufeng Date: Mon, 17 Jun 2024 12:00:33 +0800 Subject: [PATCH] feat(esp32p4): make revision v0.1 the default version --- components/esp_hw_support/port/esp32p4/Kconfig.hw_support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_hw_support/port/esp32p4/Kconfig.hw_support b/components/esp_hw_support/port/esp32p4/Kconfig.hw_support index 49b77c0ccf..2471aaa602 100644 --- a/components/esp_hw_support/port/esp32p4/Kconfig.hw_support +++ b/components/esp_hw_support/port/esp32p4/Kconfig.hw_support @@ -1,6 +1,6 @@ choice ESP32P4_REV_MIN prompt "Minimum Supported ESP32-P4 Revision" - default ESP32P4_REV_MIN_0 + default ESP32P4_REV_MIN_1 help Required minimum chip revision. ESP-IDF will check for it and reject to boot if the chip revision fails the check.