Skip to content

Commit 5a69764

Browse files
committed
Revert "tools: regions only if bootloader is supported"
This reverts commit d7e0012
1 parent dc63202 commit 5a69764

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/toolchains/mbed_toolchain.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -895,10 +895,6 @@ def _add_all_regions(self, region_list, active_region_name):
895895
def add_regions(self):
896896
"""Add regions to the build profile, if there are any.
897897
"""
898-
899-
if not getattr(self.target, "bootloader_supported", False):
900-
return
901-
902898
if self.config.has_regions:
903899
try:
904900
regions = list(self.config.regions)

0 commit comments

Comments
 (0)