Skip to content

Commit 34a291b

Browse files
authored
Merge pull request #12228 from jeromecoutant/PR_REGIONSIZE
Need RAM and ROM size for compilation
2 parents cfa2dee + 5a69764 commit 34a291b

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
@@ -898,10 +898,6 @@ def _add_all_regions(self, region_list, active_region_name):
898898
def add_regions(self):
899899
"""Add regions to the build profile, if there are any.
900900
"""
901-
902-
if not getattr(self.target, "bootloader_supported", False):
903-
return
904-
905901
if self.config.has_regions:
906902
try:
907903
regions = list(self.config.regions)

0 commit comments

Comments
 (0)