diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/layoutrom.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/layoutrom.py b/scripts/layoutrom.py index b3254061..28e7d0c6 100755 --- a/scripts/layoutrom.py +++ b/scripts/layoutrom.py @@ -343,11 +343,6 @@ def getRelocs(sections, type=None, category=None, notcategory=None): out.append(section.finalloc + reloc.offset) return out -# Return the start address and minimum alignment for a set of sections -def getSectionsStart(sections, defaddr=0): - return min([section.finalloc for section in sections - if section.finalloc is not None] or [defaddr]) - # Output the linker scripts for all required sections. def writeLinkerScripts(li, out16, out32seg, out32flat): # Write 16bit linker script |