]> xenbits.xensource.com Git - people/andrewcoop/seabios.git/commit
build: Use fileid instead of category to write sections in layoutrom.py.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 10 Jun 2014 21:59:53 +0000 (17:59 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 11 Jun 2014 18:55:57 +0000 (14:55 -0400)
commit8216a47f8de24d8cce9dd28645e9fb66d28952c9
tree162f62aef998531312aa5b38363cf019076dbc9f
parente574997809bc67ab0c150af9c4b5e451091fb259
build: Use fileid instead of category to write sections in layoutrom.py.

The 'category' really determines the memory location while the
'fileid' determines which link stage the section is in.  So, use
'fileid' when writing the linker scripts.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
scripts/layoutrom.py