From e1ebe3d7ac15646b22aa9d22b2f5ce7d967b87f3 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 15 Apr 2021 16:14:14 +1000 Subject: [PATCH] ci: Move partition table offset in secure boot test app --- tools/test_apps/security/secure_boot/sdkconfig.defaults | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/test_apps/security/secure_boot/sdkconfig.defaults diff --git a/tools/test_apps/security/secure_boot/sdkconfig.defaults b/tools/test_apps/security/secure_boot/sdkconfig.defaults new file mode 100644 index 0000000000..bd7423f6bf --- /dev/null +++ b/tools/test_apps/security/secure_boot/sdkconfig.defaults @@ -0,0 +1,6 @@ +# Default Secure Boot bootloader is too large to fit in default +# bootloader size without adding 0x1000 bytes or reducing the log level. +# +# If you find yourself needing to edit this in the future, it's a sign the +# bootloader is bloating out! +CONFIG_PARTITION_TABLE_OFFSET=0xA000