Skip to content

Commit f41c358

Browse files
committed
Do not build main() from mcuboot repository
1 parent 536f856 commit f41c358

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

mbed_app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"mcuboot.application-dfu": true,
7676
"mcuboot.signature-algorithm": "SIGNATURE_TYPE_EC256",
7777
"mcuboot.encrypt-ec256": true,
78-
"mcuboot.include-keys": null
78+
"mcuboot.include-keys": null,
79+
"mcuboot.bootloader-build": false
7980
}
8081
}
8182
}

mbed_app_bootutil.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"mcuboot.application-dfu": null,
7676
"mcuboot.signature-algorithm": "SIGNATURE_TYPE_EC256",
7777
"mcuboot.encrypt-ec256": true,
78-
"mcuboot.include-keys": null
78+
"mcuboot.include-keys": null,
79+
"mcuboot.bootloader-build": false
7980
}
8081
}
8182
}

0 commit comments

Comments
 (0)