mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01: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…
Add table
Reference in a new issue