commit | 0b7417546c64db7d7ec11415a0985eadf00c8ef1 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Oct 22 12:13:13 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 09:59:21 2014 -0400 |
tree | 6d9d49df13dce6e8d4bfda640e552eab3ebda713 | |
parent | 1b258d5a6701c9e55f551fb41c087eff6b263a31 [diff] |
arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo() Additionally the SDRAM address decoding register address is not hard coded in the C code any more. A define is introduced for this base address. This makes is possible to use those gpio functions from other MVEBU SoC's as well. Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Luka Perkov <luka@openwrt.org> Acked-by: Prafulla Wadaskar <prafulla@marvell.com>