commit | 862396c91becbb314d0c2a9b3093e89cbebf0376 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 10 20:44:29 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 09:50:07 2015 -0600 |
tree | a73fe29f61e4d3b0c9cfc7e633eeb36cf8b659de | |
parent | bfa90c0cca650e5e4d087c916373a96e10dfa535 [diff] |
Align global_data to a 16-byte boundary Some archs like to have larger alignment for their global data. Use 16 bytes which suits all current archs. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>