commit | 2212e69bc09ac42593794b030d64415293e141ec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 17 09:28:44 2015 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 17 17:19:18 2015 -0400 |
tree | d7c1dee76f9d46f3e0e3a4cc80dee21531d2f101 | |
parent | 58243001a9419d9d1671e32611b7d15f6ed64b3a [diff] |
Revert "Align global_data to a 16-byte boundary" This causes widespread breakage due to the operation of the low-level code in crt0.S and cro0_64.S for ARM at least. The fix is not complicated but it seems safer to revert this for now. This reverts commit 2afddae07523f23f77acd066ad1719f53d289f98. Signed-off-by: Simon Glass <sjg@chromium.org>