Skip to content

Commit c7fdbd8

Browse files
almir-okatosylvioalves
authored andcommitted
esp32c3: remove unnecessary sources related to bootloader build
Both bootloader_console_loader.c and bootloader_random.c are now unused when building MCUboot or App with simple boot. Signed-off-by: Almir Okato <[email protected]>
1 parent e794f93 commit c7fdbd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zephyr/esp32c3/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,6 @@ if(CONFIG_SOC_SERIES_ESP32C3)
262262

263263
zephyr_sources(
264264
../../components/bootloader_support/src/bootloader_clock_init.c
265-
../../components/bootloader_support/src/bootloader_console_loader.c
266-
../../components/bootloader_support/src/bootloader_random.c
267265
../../components/bootloader_support/bootloader_flash/src/flash_qio_mode.c
268266
../../components/esp_rom/patches/esp_rom_sys.c
269267
../../components/hal/mpu_hal.c

0 commit comments

Comments
 (0)