X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fcpu%2Fmpc83xx_cpu.c;h=f8a84bae9d98553d9bb345b18f6a8236b9804272;hb=b5d54d26ea1354fede1121671a7ca3b9b44b5b5c;hp=31717afaec4f899328a63ac9a49847e9653f612c;hpb=4e710ebb4463c8e031eb269c012fbadb2479608b;p=oweals%2Fu-boot.git diff --git a/drivers/cpu/mpc83xx_cpu.c b/drivers/cpu/mpc83xx_cpu.c index 31717afaec..f8a84bae9d 100644 --- a/drivers/cpu/mpc83xx_cpu.c +++ b/drivers/cpu/mpc83xx_cpu.c @@ -9,6 +9,9 @@ #include #include #include +#include +#include +#include #include "mpc83xx_cpu.h" @@ -262,7 +265,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" : "",