Merge pull request #12228 from jeromecoutant/PR_REGIONSIZE

Need RAM and ROM size for compilation
pull/12307/head
Anna Bridge 2020-01-23 11:47:58 +00:00 committed by GitHub
commit 34a291be64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -898,10 +898,6 @@ class mbedToolchain(with_metaclass(ABCMeta, object)):
def add_regions(self):
"""Add regions to the build profile, if there are any.
"""
if not getattr(self.target, "bootloader_supported", False):
return
if self.config.has_regions:
try:
regions = list(self.config.regions)