commit | 408cf26935a7918be47780043fd50aa347e7f134 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 24 18:30:19 2021 -0600 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 21 03:46:03 2021 +0200 |
tree | 3da1590adbc362802cf6c52d38bf075afa363fc1 | |
parent | d202fd5acdf2e5239dbeee4dcbb4c99e00222c6c [diff] |
x86: Keep symbol information in u-boot ELF file At present this information is stripped when linking. It is useful to keep it around. Strip it from the .efi files instead. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>