Skip to content
Snippets Groups Projects
user avatar
Simon Glass authored
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>
8edf844f
History
Name Last commit Last update
..