Merge branch 'bugfix/psram_fix_bootloader' into 'master'

bootloader: disable psram cache bug fix for bootloader

Closes FCS-438 and IDF-3132

See merge request espressif/esp-idf!13299
This commit is contained in:
Marius Vikhammer 2021-07-14 09:22:30 +00:00
commit 19b3d2acb8

View File

@ -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