Skip to content
Snippets Groups Projects
Commit 8edf844f authored by Simon Glass's avatar Simon Glass Committed by Wolfgang Denk
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 71152395
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment