From 8c0e36c88663b62fde1d14ff1c1d6a4e8f3e04ff Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Tue, 16 Apr 2024 09:56:42 -0300 Subject: [PATCH] boot: zephyr: esp32: rename boards to meet hwmv2 Renames boards to account for hwmv2 changes Signed-off-by: Sylvio Alves --- ...2_devkitc_wroom.conf => esp32_devkitc_wroom_esp32_procpu.conf} | 0 ...devkitc_wrover.conf => esp32_devkitc_wrover_esp32_procpu.conf} | 0 ...p32_ethernet_kit.conf => esp32_ethernet_kit_esp32_procpu.conf} | 0 .../{esp32s3_devkitm.conf => esp32s3_devkitm_esp32s3_procpu.conf} | 0 ...3_luatos_core.conf => esp32s3_luatos_core_esp32s3_procpu.conf} | 0 .../{esp_wrover_kit.conf => esp_wrover_kit_esp32_procpu.conf} | 0 ...ifi_lora32_v2.conf => heltec_wifi_lora32_v2_esp32_procpu.conf} | 0 .../{m5stickc_plus.conf => m5stickc_plus_esp32_procpu.conf} | 0 .../zephyr/boards/{odroid_go.conf => odroid_go_esp32_procpu.conf} | 0 .../{olimex_esp32_evb.conf => olimex_esp32_evb_esp32_procpu.conf} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename boot/zephyr/boards/{esp32_devkitc_wroom.conf => esp32_devkitc_wroom_esp32_procpu.conf} (100%) rename boot/zephyr/boards/{esp32_devkitc_wrover.conf => esp32_devkitc_wrover_esp32_procpu.conf} (100%) rename boot/zephyr/boards/{esp32_ethernet_kit.conf => esp32_ethernet_kit_esp32_procpu.conf} (100%) rename boot/zephyr/boards/{esp32s3_devkitm.conf => esp32s3_devkitm_esp32s3_procpu.conf} (100%) rename boot/zephyr/boards/{esp32s3_luatos_core.conf => esp32s3_luatos_core_esp32s3_procpu.conf} (100%) rename boot/zephyr/boards/{esp_wrover_kit.conf => esp_wrover_kit_esp32_procpu.conf} (100%) rename boot/zephyr/boards/{heltec_wifi_lora32_v2.conf => heltec_wifi_lora32_v2_esp32_procpu.conf} (100%) rename boot/zephyr/boards/{m5stickc_plus.conf => m5stickc_plus_esp32_procpu.conf} (100%) rename boot/zephyr/boards/{odroid_go.conf => odroid_go_esp32_procpu.conf} (100%) rename boot/zephyr/boards/{olimex_esp32_evb.conf => olimex_esp32_evb_esp32_procpu.conf} (100%) diff --git a/boot/zephyr/boards/esp32_devkitc_wroom.conf b/boot/zephyr/boards/esp32_devkitc_wroom_esp32_procpu.conf similarity index 100% rename from boot/zephyr/boards/esp32_devkitc_wroom.conf rename to boot/zephyr/boards/esp32_devkitc_wroom_esp32_procpu.conf diff --git a/boot/zephyr/boards/esp32_devkitc_wrover.conf b/boot/zephyr/boards/esp32_devkitc_wrover_esp32_procpu.conf similarity index 100% rename from boot/zephyr/boards/esp32_devkitc_wrover.conf rename to boot/zephyr/boards/esp32_devkitc_wrover_esp32_procpu.conf diff --git a/boot/zephyr/boards/esp32_ethernet_kit.conf b/boot/zephyr/boards/esp32_ethernet_kit_esp32_procpu.conf similarity index 100% rename from boot/zephyr/boards/esp32_ethernet_kit.conf rename to boot/zephyr/boards/esp32_ethernet_kit_esp32_procpu.conf diff --git a/boot/zephyr/boards/esp32s3_devkitm.conf b/boot/zephyr/boards/esp32s3_devkitm_esp32s3_procpu.conf similarity index 100% rename from boot/zephyr/boards/esp32s3_devkitm.conf rename to boot/zephyr/boards/esp32s3_devkitm_esp32s3_procpu.conf diff --git a/boot/zephyr/boards/esp32s3_luatos_core.conf b/boot/zephyr/boards/esp32s3_luatos_core_esp32s3_procpu.conf similarity index 100% rename from boot/zephyr/boards/esp32s3_luatos_core.conf rename to boot/zephyr/boards/esp32s3_luatos_core_esp32s3_procpu.conf diff --git a/boot/zephyr/boards/esp_wrover_kit.conf b/boot/zephyr/boards/esp_wrover_kit_esp32_procpu.conf similarity index 100% rename from boot/zephyr/boards/esp_wrover_kit.conf rename to boot/zephyr/boards/esp_wrover_kit_esp32_procpu.conf diff --git a/boot/zephyr/boards/heltec_wifi_lora32_v2.conf b/boot/zephyr/boards/heltec_wifi_lora32_v2_esp32_procpu.conf similarity index 100% rename from boot/zephyr/boards/heltec_wifi_lora32_v2.conf rename to boot/zephyr/boards/heltec_wifi_lora32_v2_esp32_procpu.conf diff --git a/boot/zephyr/boards/m5stickc_plus.conf b/boot/zephyr/boards/m5stickc_plus_esp32_procpu.conf similarity index 100% rename from boot/zephyr/boards/m5stickc_plus.conf rename to boot/zephyr/boards/m5stickc_plus_esp32_procpu.conf diff --git a/boot/zephyr/boards/odroid_go.conf b/boot/zephyr/boards/odroid_go_esp32_procpu.conf similarity index 100% rename from boot/zephyr/boards/odroid_go.conf rename to boot/zephyr/boards/odroid_go_esp32_procpu.conf diff --git a/boot/zephyr/boards/olimex_esp32_evb.conf b/boot/zephyr/boards/olimex_esp32_evb_esp32_procpu.conf similarity index 100% rename from boot/zephyr/boards/olimex_esp32_evb.conf rename to boot/zephyr/boards/olimex_esp32_evb_esp32_procpu.conf