commit | 5a942a1527766c27674ea71222a2a98982e8a661 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon May 04 11:31:02 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu May 14 18:49:34 2015 -0600 |
tree | 23c9621d6a4e9be12c71fa118e0af81158b5bb3e | |
parent | f9523961b00f6ca3c33d2af641daed58fef96d1b [diff] |
arm: Include the .got section in the binary Commit 47ed5dd0 dropped the .got section from U-Boot binaries. This is needed for some relocations, and causes failures if missing. Add it back. Signed-off-by: Simon Glass <sjg@chromium.org>