File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
components/soc/esp32p4/include/soc
examples/storage/custom_flash_driver Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -595,6 +595,10 @@ config SOC_CPU_HAS_ZC_EXTENSIONS
595595 bool
596596 default y
597597
598+ config SOC_CPU_ZCMP_WORKAROUND
599+ bool
600+ default y
601+
598602config SOC_CPU_ZCMP_PUSH_REVERSED
599603 bool
600604 default y
Original file line number Diff line number Diff line change 211211
212212#define SOC_CPU_HAS_ZC_EXTENSIONS 1
213213
214+ #define SOC_CPU_ZCMP_WORKAROUND 1
214215#define SOC_CPU_ZCMP_PUSH_REVERSED 1
215216#define SOC_CPU_ZCMP_POPRET_ISSUE 1
216217
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ CONFIG_BOOTLOADER_LOG_LEVEL_DEBUG=y
22CONFIG_BOOTLOADER_LOG_LEVEL=4
33CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
44# Bootloader overlapped with partition table after we enabled LOGD for bootloader. Move the partition table a bit to fix the issue on CI.
5- CONFIG_PARTITION_TABLE_OFFSET=0x9000
5+ CONFIG_PARTITION_TABLE_OFFSET=0xA000
You can’t perform that action at this time.
0 commit comments