commit | 7c045d0bfec1e2990e19d3eb1852839e27270387 | [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 | a4c15c01bfdf5a3345bda4da249ebde2fe742caa [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>