diff --git a/examples/system/efuse/sdkconfig.ci.virt_sb_v2_and_fe.esp32 b/examples/system/efuse/sdkconfig.ci.virt_sb_v2_and_fe.esp32 index 271310afca..15f82c74ba 100644 --- a/examples/system/efuse/sdkconfig.ci.virt_sb_v2_and_fe.esp32 +++ b/examples/system/efuse/sdkconfig.ci.virt_sb_v2_and_fe.esp32 @@ -6,7 +6,7 @@ CONFIG_IDF_TARGET="esp32" CONFIG_ESP32_REV_MIN_3=y CONFIG_ESP32_REV_MIN=3 -CONFIG_PARTITION_TABLE_OFFSET=0xD000 +CONFIG_PARTITION_TABLE_OFFSET=0xE000 CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="test/partitions_efuse_emul.csv" diff --git a/tools/test_apps/security/secure_boot/sdkconfig.defaults b/tools/test_apps/security/secure_boot/sdkconfig.defaults index 35e13788d6..960d81f18c 100644 --- a/tools/test_apps/security/secure_boot/sdkconfig.defaults +++ b/tools/test_apps/security/secure_boot/sdkconfig.defaults @@ -3,7 +3,7 @@ # # If you find yourself needing to edit this in the future, it's a sign the # bootloader is bloating out! -CONFIG_PARTITION_TABLE_OFFSET=0xC000 +CONFIG_PARTITION_TABLE_OFFSET=0xD000 # Maximize the number of possible build warnings CONFIG_COMPILER_OPTIMIZATION_PERF=y