commit | 5c30bf435fb91de55c333516fc47415db9701bb7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 14 18:18:19 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 06:33:58 2014 -0700 |
tree | 4fbfcf739f0e9892830e3b1434c81553795e05e7 | |
parent | 803f2eb2a29cbde53d8baac4f6e6bef260fd0774 [diff] |
Align embedded device tree correctly Device trees must be aligned to a 4-byte boundary. This was dropped in the Kbuild conversion. Bring it back, and use 16-byte alignment for good measure. Signed-off-by: Simon Glass <sjg@chromium.org>