[U-Boot] [PATCH] arm: mxs: Remove misleading comments
Peng Fan
peng.fan at nxp.com
Tue Jun 7 03:56:09 CEST 2016
Hi Michael
> -----Original Message-----
> From: Michael Heimpold [mailto:michael.heimpold at i2se.com]
> Sent: Monday, June 06, 2016 8:27 PM
> To: u-boot at lists.denx.de
> Cc: Michael Heimpold <michael.heimpold at i2se.com>; Peng Fan
> <Peng.Fan at freescale.com>; Stefano Babic <sbabic at denx.de>
> Subject: [PATCH] arm: mxs: Remove misleading comments
>
> Both comments look like being copy & paste errors.
>
> Signed-off-by: Michael Heimpold <michael.heimpold at i2se.com>
> Cc: Peng Fan <Peng.Fan at freescale.com>
> Cc: Stefano Babic <sbabic at denx.de>
Reviewed-by: Peng Fan <peng.fan at nxp.com>
Regards,
Peng.
> ---
> arch/arm/cpu/arm926ejs/mxs/mxs.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/cpu/arm926ejs/mxs/mxs.c
> b/arch/arm/cpu/arm926ejs/mxs/mxs.c
> index a6af0fc..2298620 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 "??";
> }
> --
> 2.6.1
More information about the U-Boot
mailing list