Re: [U-Boot] [PATCH 2/5] Align global_data to a 16-byte boundary

2015-08-06 Thread Bin Meng
Hi Simon, On Mon, Aug 3, 2015 at 8:10 AM, Simon Glass wrote: > Some archs like to have larger alignment for their global data. Use 16 bytes > which suits all current archs. > > Signed-off-by: Simon Glass > --- > > common/board_f.c | 2 +- > include/asm-generic/global_data.h | 2

[U-Boot] [PATCH 2/5] Align global_data to a 16-byte boundary

2015-08-02 Thread Simon Glass
Some archs like to have larger alignment for their global data. Use 16 bytes which suits all current archs. Signed-off-by: Simon Glass --- common/board_f.c | 2 +- include/asm-generic/global_data.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/bo