Re: [U-Boot-Users] [PATCH] Add ALIGN() macro

2008-05-20 Thread Andy Fleming
On Tue, May 20, 2008 at 3:18 PM, Andy Fleming <[EMAIL PROTECTED]> wrote: > ALIGN() returns the smallest aligned value greater than the passed > in address or size. Taken from Linux. > > Signed-off-by: Andy Fleming <[EMAIL PROTECTED]> Shoot, let me do that again with numbering. If they are applie

[U-Boot-Users] [PATCH] Add ALIGN() macro

2008-05-20 Thread Andy Fleming
ALIGN() returns the smallest aligned value greater than the passed in address or size. Taken from Linux. Signed-off-by: Andy Fleming <[EMAIL PROTECTED]> --- include/common.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/common.h b/include/common.h index d0f57