|
@@ -140,9 +140,6 @@ struct mtd_info *__init crisv32_nand_flash_probe(void)
|
|
|
bif_cfg.gated_csp1 = regk_bif_core_wr;
|
|
|
REG_WR(bif_core, regi_bif_core, rw_grp3_cfg, bif_cfg);
|
|
|
|
|
|
- /* Link the private data with the MTD structure */
|
|
|
- crisv32_mtd->priv = this;
|
|
|
-
|
|
|
/* Set address of NAND IO lines */
|
|
|
this->IO_ADDR_R = read_cs;
|
|
|
this->IO_ADDR_W = write_cs;
|