[U-Boot] [PATCH V3 1/6] imx: add dummpy cpu type MXC_CPU_MX6QP/DP

Fabio Estevam festevam at gmail.com
Mon Jun 29 17:21:29 CEST 2015


On Mon, Jun 29, 2015 at 11:58 AM, Peng Fan <Peng.Fan at freescale.com> wrote:

>         switch (imxtype) {
> +       case MXC_CPU_MX6QP:
> +               return "6QP";   /* Quad-Plus version of the mx6 */
> +       case MXC_CPU_MX6DP:
> +               return "6DP";   /* Quad-Plus version of the mx6 */

Here you meant "Dual-Plus" instead.


More information about the U-Boot mailing list