]> git.sur5r.net Git - u-boot/blobdiff - board/netstar/nand.c
FSL DDR: Convert MPC8560ADS to new DDR code.
[u-boot] / board / netstar / nand.c
index 961c92112d1fde0e88a3521e748950d6d05b8bf7..e3ab66f2fbc0421ca8fe6d5995a622e9c3f888c2 100644 (file)
@@ -47,7 +47,7 @@ static void netstar_nand_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int c
        }
        this->IO_ADDR_W = (void __iomem *) IO_ADDR_W;
 
-    if (cmd != NAND_CMD_NONE)
+       if (cmd != NAND_CMD_NONE)
                writeb(cmd, this->IO_ADDR_W);
 }