]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add ALIGN() macro
authorAndy Fleming <afleming@freescale.com>
Mon, 16 Jun 2008 18:58:53 +0000 (13:58 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 28 Jun 2008 20:20:29 +0000 (22:20 +0200)
commit4b03ac8b5102ad95f9fede7d13fa236977593e7d
treee1011fcdfa951ca465539e12fb5c12b3dd2586ce
parent28eab0d77352b84885f938759bf2612b7bf0bc44
Add ALIGN() macro

ALIGN() returns the smallest aligned value greater than the passed
in address or size.  Taken from Linux.

Signed-off-by: Andy Fleming <afleming@freescale.com>
include/common.h