Signed-off-by: Kevin O'Connor <ke...@koconnor.net>
---
 scripts/layoutrom.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/scripts/layoutrom.py b/scripts/layoutrom.py
index b325406..28e7d0c 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
-- 
1.9.3


_______________________________________________
SeaBIOS mailing list
SeaBIOS@seabios.org
http://www.seabios.org/mailman/listinfo/seabios

Reply via email to