mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/psram_fix_bootloader_v4.3' into 'release/v4.3'
bootloader: disable psram cache bug fix for bootloader (v4.3) See merge request espressif/esp-idf!15805
This commit is contained in:
commit
1dfe3570b4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user