Skip to content

Commit 018dc01

Browse files
Marek Matejalmir-okato
authored andcommitted
boot/zephyr: use socs conf
Use socs folder to configure Espressif targets. Remove all boards confs which was created by copying other boards. Signed-off-by: Marek Matej <[email protected]>
1 parent 9c99326 commit 018dc01

17 files changed

+1
-247
lines changed

boot/zephyr/boards/esp32_devkitc_wroom_esp32_procpu.conf

Lines changed: 0 additions & 18 deletions
This file was deleted.

boot/zephyr/boards/esp32_devkitc_wrover_esp32_procpu.conf

Lines changed: 0 additions & 18 deletions
This file was deleted.

boot/zephyr/boards/esp32c3_luatos_core.conf

Lines changed: 0 additions & 20 deletions
This file was deleted.

boot/zephyr/boards/esp32s3_devkitm_esp32s3_procpu.conf

Lines changed: 0 additions & 19 deletions
This file was deleted.

boot/zephyr/boards/esp32s3_luatos_core_esp32s3_procpu.conf

Lines changed: 0 additions & 19 deletions
This file was deleted.

boot/zephyr/boards/esp_wrover_kit_esp32_procpu.conf

Lines changed: 0 additions & 19 deletions
This file was deleted.

boot/zephyr/boards/heltec_wifi_lora32_v2_esp32_procpu.conf

Lines changed: 0 additions & 19 deletions
This file was deleted.

boot/zephyr/boards/icev_wireless_esp32c3.conf

Lines changed: 0 additions & 19 deletions
This file was deleted.

boot/zephyr/boards/m5stickc_plus_esp32_procpu.conf

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
1-
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
1+
# SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
22
# SPDX-License-Identifier: Apache-2.0
33

4-
CONFIG_BOOT_MAX_IMG_SECTORS=512
5-
CONFIG_BOOT_UPGRADE_ONLY=y
6-
CONFIG_BOOT_VALIDATE_SLOT0=n
7-
CONFIG_BOOT_SIGNATURE_TYPE_NONE=y
8-
CONFIG_BOOT_BANNER=n
9-
10-
CONFIG_UART_CONSOLE=n
11-
CONFIG_CONSOLE=n
12-
CONFIG_SERIAL=n
13-
14-
CONFIG_MCUBOOT_LOG_LEVEL_OFF=y
15-
CONFIG_LOG_DEFAULT_LEVEL=0
16-
CONFIG_DEBUG=n
17-
18-
CONFIG_HEAP_MEM_POOL_SIZE=4096
19-
204
CONFIG_REGULATOR=n
21-
CONFIG_MINIMAL_LIBC=y

0 commit comments

Comments
 (0)