Просмотр исходного кода

Merge branch 'bugfix/psram_fix_bootloader_v4.2' into 'release/v4.2'

bootloader: disable psram cache bug fix for bootloader (v4.2)

See merge request espressif/esp-idf!15806
Zim Kalinowski 4 лет назад
Родитель
Сommit
dca26e3fe9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/esp32/project_include.cmake

+ 1 - 1
components/esp32/project_include.cmake

@@ -1,4 +1,4 @@
-if(CONFIG_SPIRAM_CACHE_WORKAROUND)
+if(CONFIG_SPIRAM_CACHE_WORKAROUND AND NOT BOOTLOADER_BUILD)
     # We do this here as well as in CMakeLists.txt, because targets that
     # are not part of the ESP-IDF build system (for cases where a generic
     # non-IDF CMakeLists.txt file is imported into a component) don't depend