Mbed: Remove unused header size config

Signed-off-by: Bora Özgen <oezgen@nantis.de>
This commit is contained in:
Bora Özgen 2021-05-03 09:35:02 +02:00 committed by Fabio Utzig
parent 10a8112089
commit 66f02e30b0
1 changed files with 0 additions and 6 deletions

View File

@ -25,12 +25,6 @@
"help": "Size of the scratch area, in bytes. If needed, please set on a per-target basis.",
"macro_name": "MCUBOOT_SCRATCH_SIZE"
},
"header-size": {
"help": "Header size, in bytes, prepended to the bootable application image. Should be one or multiple times the sector size.",
"macro_name": "MCUBOOT_HEADER_SIZE",
"required": true,
"value": 4096
},
"validate-primary-slot": {
"help": "Always check the signature of the image in the primary slot before booting, even if no upgrade was performed. This is recommended if the boot time penalty is acceptable.",
"macro_name": "MCUBOOT_VALIDATE_PRIMARY_SLOT",