MPC85xx: remove support for TQM85xx boards
[oweals/u-boot.git] / drivers / mtd / nand / fsl_upm.c
index 31c174bd3bc05bd18532f9ac820ee16d4acd248b..11eb167e37f45c49ff16e00b511acf87efe49dfa 100644 (file)
@@ -57,7 +57,7 @@ static void fun_wait(struct fsl_upm_nand *fun)
                        debug("unexpected busy state\n");
        } else {
                /*
-                * If the R/B pin is not connected, like on the TQM8548,
+                * If the R/B pin is not connected,
                 * a short delay is necessary.
                 */
                udelay(1);
@@ -115,10 +115,10 @@ static void fun_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl)
        fsl_upm_run_pattern(&fun->upm, fun->width, io_addr, mar);
 
        /*
-        * Some boards/chips needs this. At least the MPC8360E-RDK and
-        * TQM8548 need it. Probably weird chip, because I don't see
-        * any need for this on MPC8555E + Samsung K9F1G08U0A. Usually
-        * here are 0-2 unexpected busy states per block read.
+         * Some boards/chips needs this.  At least the MPC8360E-RDK
+         * needs it.  Probably weird chip, because I don't see any
+         * need for this on MPC8555E + Samsung K9F1G08U0A.  Usually
+         * here are 0-2 unexpected busy states per block read.
         */
        if (fun->wait_flags & FSL_UPM_WAIT_RUN_PATTERN)
                fun_wait(fun);