commit | 1cf51217493d7c854e8ea905993092554b444b62 | [log] [tgz] |
---|---|---|
author | Gabe Black <gabeblack@chromium.org> | Mon Dec 05 12:09:23 2011 +0000 |
committer | Graeme Russ <graeme.russ@gmail.com> | Mon Dec 19 13:26:16 2011 +1100 |
tree | f1854ea21f4709139c69968adfc72e6f3023ad0b | |
parent | 9fd7a1fecc987420f0e0e16b035dc679b2e2a9cc [diff] |
x86: Clean up the x86 zimage code in preparation to extend it This change cleans up some formatting issues in the zimage handling code, and converts it from using offsets added to a base pointer to using the available structure definitions which were already being included. Signed-off-by: Gabe Black <gabeblack@chromium.org>