]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/mtd/nand/am33xx_nand.c
TX6 Release 2013-04-22
[karo-tx-uboot.git] / drivers / mtd / nand / am33xx_nand.c
index 40bfef1503be4e6e8dabb5f37f0cc4e590c3323f..14602ee26380fabc8415f87135bdbdbe2de3b347 100644 (file)
@@ -57,8 +57,6 @@ static struct nand_ecclayout hw_bch16_nand_oob = GPMC_NAND_HW_BCH16_ECC_LAYOUT;
 #endif
 static struct nand_ecclayout hw_bch8_nand_oob = GPMC_NAND_HW_BCH8_ECC_LAYOUT;
 
-static struct gpmc *gpmc_cfg = (struct gpmc *)GPMC_BASE;
-
 static struct nand_bch_priv bch_priv = {
        .type = ECC_BCH8,
        .nibbles = ECC_BCH8_NIBBLES,