mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-23 11:43:26 +08:00
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>
This commit is contained in:
parent
f6825e4a44
commit
d2ba7a6adc
@ -167,9 +167,9 @@ const char *get_imx_type(u32 imxtype)
|
|||||||
{
|
{
|
||||||
switch (imxtype) {
|
switch (imxtype) {
|
||||||
case MXC_CPU_MX23:
|
case MXC_CPU_MX23:
|
||||||
return "23"; /* Quad-Plus version of the mx6 */
|
return "23";
|
||||||
case MXC_CPU_MX28:
|
case MXC_CPU_MX28:
|
||||||
return "28"; /* Dual-Plus version of the mx6 */
|
return "28";
|
||||||
default:
|
default:
|
||||||
return "??";
|
return "??";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user