diff options
author | Simon Glass <sjg@chromium.org> | 2011-09-17 06:48:51 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-10-17 23:56:58 +0200 |
commit | 8edf844f1b652bc81604d9b5fab59e2fa80fe3af (patch) | |
tree | 51f2fe36e6908ea69ff444482f8d7fed86ac769c /include/lcd.h | |
parent | 711523958f620a9834c822f905c87ed892b32ec4 (diff) | |
download | u-boot-imx-8edf844f1b652bc81604d9b5fab59e2fa80fe3af.zip u-boot-imx-8edf844f1b652bc81604d9b5fab59e2fa80fe3af.tar.gz u-boot-imx-8edf844f1b652bc81604d9b5fab59e2fa80fe3af.tar.bz2 |
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>
Diffstat (limited to 'include/lcd.h')
0 files changed, 0 insertions, 0 deletions