From: Michael Heimpold Date: Mon, 6 Jun 2016 12:26:39 +0000 (+0200) Subject: arm: mxs: Remove misleading comments X-Git-Tag: v2016.07-rc2~49^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d2ba7a6adcef6e6f8c4418c7b0caf9d7ab98a6d4;p=u-boot arm: mxs: Remove misleading comments Both comments look like being copy & paste errors. Signed-off-by: Michael Heimpold Cc: Peng Fan Cc: Stefano Babic Reviewed-by: Peng Fan --- diff --git a/arch/arm/cpu/arm926ejs/mxs/mxs.c b/arch/arm/cpu/arm926ejs/mxs/mxs.c index a6af0fcb36..229862079a 100644 --- a/arch/arm/cpu/arm926ejs/mxs/mxs.c +++ b/arch/arm/cpu/arm926ejs/mxs/mxs.c @@ -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 "??"; }