]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/keystone/keystone.c
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / arch / arm / cpu / armv7 / keystone / keystone.c
index 1c8c03845561407fdb53997f889d495e0223e8d7..11a9357db4140d3dec56e01246c1a3615e13c834 100644 (file)
@@ -23,7 +23,7 @@ int cpu_to_bus(u32 *ptr, u32 length)
 {
        u32 i;
 
-       if (!(readl(K2HK_DEVSTAT) & 0x1))
+       if (!(readl(KS2_DEVSTAT) & 0x1))
                for (i = 0; i < length; i++, ptr++)
                        *ptr = cpu_to_be32(*ptr);