]> git.sur5r.net Git - u-boot/blobdiff - board/bf537-stamp/nand.c
smdk6400: Use CONFIG_FLASH_CFI_DRIVER
[u-boot] / board / bf537-stamp / nand.c
index d90bdd071c97f1f01cad64c9305c486261dc89c7..9800083c9e9fc993749f0a92b725fbf92053f8bb 100644 (file)
@@ -40,7 +40,7 @@
 static void bfin_hwcontrol(struct mtd_info *mtd, int cmd, unsigned int ctrl)
 {
        register struct nand_chip *this = mtd->priv;
-    u32 IO_ADDR_W = (u32) this->IO_ADDR_W;
+       u32 IO_ADDR_W = (u32) this->IO_ADDR_W;
 
        if (ctrl & NAND_CTRL_CHANGE) {
                if( ctrl & NAND_CLE )