cpu: mpc83xx: Remove unnecessary characters in the description string
[oweals/u-boot.git] / drivers / cpu / mpc83xx_cpu.c
index 31717afaec4f899328a63ac9a49847e9653f612c..7bc86bf9b208a07fd3301848ba84c253d0fed576 100644 (file)
@@ -262,7 +262,7 @@ static int mpc83xx_cpu_get_desc(struct udevice *dev, char *buf, int size)
        determine_cpu_data(dev);
 
        snprintf(buf, size,
-                "CPU:   %s, MPC%s%s%s, Rev: %d.%d at %s MHz, CSB: %s MHz\n",
+                "%s, MPC%s%s%s, Rev: %d.%d at %s MHz, CSB: %s MHz",
                 e300_names[priv->e300_type],
                 cpu_type_names[priv->type],
                 priv->is_e_processor ? "E" : "",