commit | f8225245e9c24544e11615215c88eb5bf2a2c68c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 21 16:08:22 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 18 11:49:13 2023 -0700 |
tree | 083fa5914a06f10327bcce78d73a3fd5c2ec4289 | |
parent | 7e87afbac59511090a7e4d3e0a6862f4a3de1c0e [diff] |
trace: Move trace pointer to data section This can be written before relocation. Move it to the data section, since accessing BSS before relocation is not permitted. Signed-off-by: Simon Glass <sjg@chromium.org>