Re: [U-Boot-Users] [PATCH v3 1/4] Add ALIGN() macro

2008-07-05 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you 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]> > --- > Rebased off the top of tree to ease application. > > include/common.h |3 +++ >

[U-Boot-Users] [PATCH v3 1/4] Add ALIGN() macro

2008-06-16 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]> --- Rebased off the top of tree to ease application. include/common.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git