commit | aa371bc6fd1248dff0a569daee72a0dcf193e89a | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Wed Nov 09 06:14:40 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Nov 10 15:27:03 2011 +0100 |
tree | e02aee893900d98e00882130b9ca26607623367b | |
parent | 6c4612b503227bfba2c44f789352935adb400408 [diff] |
integrator: use io-accessors for board init Casting around to *(volatile ulong *) doesn't look good, so include the <asm/io.h> macros and use good old readl() instead. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>