diff options
| -rw-r--r-- | board/cpc45/cpc45.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cpc45/cpc45.c b/board/cpc45/cpc45.c index f44a59dbb..ad6924582 100644 --- a/board/cpc45/cpc45.c +++ b/board/cpc45/cpc45.c @@ -49,7 +49,7 @@ int checkboard(void)  	ulong busfreq  = get_bus_freq(0);  	char  buf[32]; -	printf("CPC45 "); +	puts ("CPC45  ");  /*  	printf("Revision %d ", revision);  */ |