Skip to content
Snippets Groups Projects
Commit 91c6a3a4 authored by Marek Vasut's avatar Marek Vasut
Browse files

ARM: rmobile: Align CPU: print with other prints


The CPU: print only has one space after it, while the other prints
from U-Boot align the value to offset 7. Align the CPU: print too.
No functional change.

Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
parent ef283c3a
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ int print_cpuinfo(void)
{
int i = rmobile_cpuinfo_idx();
printf("CPU: Renesas Electronics %s rev %d.%d\n",
printf("CPU: Renesas Electronics %s rev %d.%d\n",
get_cpu_name(i), rmobile_get_cpu_rev_integer(),
rmobile_get_cpu_rev_fraction());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment