commit | 437790ef4c87ac90de724798300cc2cc39315c9b | [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 | 9bd36bc348ca114cfc2f2ee27e9df40172ac3046 [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>