mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
Fix text alignment
This commit is contained in:
parent
979bdbc70e
commit
d7a04603ae
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ int checkboard(void)
|
|||
ulong busfreq = get_bus_freq(0);
|
||||
char buf[32];
|
||||
|
||||
printf("CPC45 ");
|
||||
puts ("CPC45 ");
|
||||
/*
|
||||
printf("Revision %d ", revision);
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue