commit | e4a2819ef9f2c6d51fb42ee5b091d243f258d706 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 17 06:48:51 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 17 23:56:58 2011 +0200 |
tree | 51f2fe36e6908ea69ff444482f8d7fed86ac769c | |
parent | a8c7282292826866af3f7d2e1240231804fe7fb6 [diff] |
sandbox: Force command sections to be 4-byte aligned By default sections are 16-byte aligned on some architectures, but the command name structure (struct cmd_tbl_s) does not have padding to 16 bytes. This reduces the alignment to 4-bytes so that the command table can be accessed correctly on any architecture. (Note: this needs doing properly) Signed-off-by: Simon Glass <sjg@chromium.org>