projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6825e4
)
arm: mxs: Remove misleading comments
author
Michael Heimpold
<michael.heimpold@i2se.com>
Mon, 6 Jun 2016 12:26:39 +0000
(14:26 +0200)
committer
Stefano 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
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm926ejs/mxs/mxs.c
b/arch/arm/cpu/arm926ejs/mxs/mxs.c
index a6af0fcb36eef20d0bb650d9b5b3419b685f46df..229862079a329ac8639aeef2884d395c439e1f71 100644
(file)
--- 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 "??";
}