]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: mxs: Remove misleading comments
authorMichael Heimpold <michael.heimpold@i2se.com>
Mon, 6 Jun 2016 12:26:39 +0000 (14:26 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 7 Jun 2016 16:23:51 +0000 (18:23 +0200)
Both comments look like being copy & paste errors.

Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
Cc: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/cpu/arm926ejs/mxs/mxs.c

index a6af0fcb36eef20d0bb650d9b5b3419b685f46df..229862079a329ac8639aeef2884d395c439e1f71 100644 (file)
@@ -167,9 +167,9 @@ const char *get_imx_type(u32 imxtype)
 {
        switch (imxtype) {
        case MXC_CPU_MX23:
-               return "23";    /* Quad-Plus version of the mx6 */
+               return "23";
        case MXC_CPU_MX28:
-               return "28";    /* Dual-Plus version of the mx6 */
+               return "28";
        default:
                return "??";
        }