Searched hist:"8 edf844f1b652bc81604d9b5fab59e2fa80fe3af" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | command.h | 8edf844f1b652bc81604d9b5fab59e2fa80fe3af Sat Sep 17 06:48:51 UTC 2011 Simon Glass <sjg@chromium.org> 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>
|