diff options
author | Michael Heimpold <michael.heimpold@i2se.com> | 2016-06-06 14:26:39 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-06-07 18:23:51 +0200 |
commit | d2ba7a6adcef6e6f8c4418c7b0caf9d7ab98a6d4 (patch) | |
tree | c3f4428e97dfff77055b955fb9b32140e572c546 /arch/arm/cpu | |
parent | f6825e4a449f83517742de00c56ef6ce4fda8f5a (diff) | |
download | u-boot-imx-d2ba7a6adcef6e6f8c4418c7b0caf9d7ab98a6d4.zip u-boot-imx-d2ba7a6adcef6e6f8c4418c7b0caf9d7ab98a6d4.tar.gz u-boot-imx-d2ba7a6adcef6e6f8c4418c7b0caf9d7ab98a6d4.tar.bz2 |
arm: mxs: Remove misleading comments
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>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r-- | arch/arm/cpu/arm926ejs/mxs/mxs.c | 4 |
1 files 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 "??"; } |