From b24671e935f581008c9d9ae124cc802d5c5530d1 Mon Sep 17 00:00:00 2001 From: Mahavir Jain Date: Tue, 20 Apr 2021 11:48:00 +0530 Subject: [PATCH] test_apps: increase partition table offset to fix build errors --- .../system/bootloader_sections/sdkconfig.ci.flash_encryption | 1 + .../system/build_test/sdkconfig.ci.flash_encryption_release | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/test_apps/system/bootloader_sections/sdkconfig.ci.flash_encryption b/tools/test_apps/system/bootloader_sections/sdkconfig.ci.flash_encryption index 47e4a657c6..995fbdde26 100644 --- a/tools/test_apps/system/bootloader_sections/sdkconfig.ci.flash_encryption +++ b/tools/test_apps/system/bootloader_sections/sdkconfig.ci.flash_encryption @@ -1,2 +1,3 @@ CONFIG_SECURE_FLASH_ENC_ENABLED=y CONFIG_SECURE_FLASH_ENCRYPTION_MODE_RELEASE=y +CONFIG_PARTITION_TABLE_OFFSET=0xA000 diff --git a/tools/test_apps/system/build_test/sdkconfig.ci.flash_encryption_release b/tools/test_apps/system/build_test/sdkconfig.ci.flash_encryption_release index 47e4a657c6..995fbdde26 100644 --- a/tools/test_apps/system/build_test/sdkconfig.ci.flash_encryption_release +++ b/tools/test_apps/system/build_test/sdkconfig.ci.flash_encryption_release @@ -1,2 +1,3 @@ CONFIG_SECURE_FLASH_ENC_ENABLED=y CONFIG_SECURE_FLASH_ENCRYPTION_MODE_RELEASE=y +CONFIG_PARTITION_TABLE_OFFSET=0xA000