commit | 18cc2bcd7bf3cbce9caa0bdbf9ff565f56faae9d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 28 19:26:14 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 04 15:57:40 2013 -0800 |
tree | f35c1a6d423924420d37ed2023de66348180a069 | |
parent | 781db8ca3404e8c3aaff32a2e229ee308ed5117c [diff] |
x86: Rearrange the output input to remove BSS At present BSS data is including in the image, which wastes binary space. Remove it by rearranging the sections so that BSS is last. Signed-off-by: Simon Glass <sjg@chromium.org>