Skip to content

Commit

Permalink
Mbed: Remove unused header size config
Browse files Browse the repository at this point in the history
Signed-off-by: Bora Özgen <[email protected]>
  • Loading branch information
boraozgen authored and utzig committed May 8, 2021
1 parent 10a8112 commit 66f02e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions boot/mbed/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 66f02e3

Please sign in to comment.