commit | 1eb8ebc274341dc7c39bfca8b4ff829b2eeada57 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 14 18:18:24 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 06:33:59 2014 -0700 |
tree | 0705e01e8669e20d5660455da7054977b0e29f4b | |
parent | 2a883d7de596d38fdea5ae2ff26a5f8a2b0d6e61 [diff] |
x86: Ensure that all relocation data is included in the image Some toolchains put the relocation data into separate sections. Adjust the linker script to catch this case. Without relocation data, U-Boot will not boot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>