diff options
| author | Wolfgang Denk <wd@denx.de> | 2008-10-19 02:35:50 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-10-21 11:25:39 +0200 | 
| commit | 8ed44d91c8122d00368523b0b746691c895d3b3c (patch) | |
| tree | 7e2ff620c5b378aa82208c3e7a99e2a56570ddb7 /board/amcc | |
| parent | 08ef89ecd174969b3544f3f0c7cd1de3c57f737b (diff) | |
| download | olio-uboot-2014.01-8ed44d91c8122d00368523b0b746691c895d3b3c.tar.xz olio-uboot-2014.01-8ed44d91c8122d00368523b0b746691c895d3b3c.zip | |
Cleanup: fix "MHz" spelling
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/amcc')
| -rw-r--r-- | board/amcc/katmai/cmd_katmai.c | 18 | ||||
| -rw-r--r-- | board/amcc/yucca/cmd_yucca.c | 22 | 
2 files changed, 20 insertions, 20 deletions
| diff --git a/board/amcc/katmai/cmd_katmai.c b/board/amcc/katmai/cmd_katmai.c index 703d22560..ba71bd55c 100644 --- a/board/amcc/katmai/cmd_katmai.c +++ b/board/amcc/katmai/cmd_katmai.c @@ -57,9 +57,9 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  	do {  #ifdef	CONFIG_STRESS -		printf("enter cpu clock frequency 400, 500, 533, 667 Mhz or quit to abort\n"); +		printf("enter cpu clock frequency 400, 500, 533, 667 MHz or quit to abort\n");  #else -		printf("enter cpu clock frequency 400, 500, 533 Mhz or quit to abort\n"); +		printf("enter cpu clock frequency 400, 500, 533 MHz or quit to abort\n");  #endif  		nbytes = readline (" ? "); @@ -87,11 +87,11 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  	else {  		do {  			if (strcmp(cpuClock, "400") == 0) -				printf("enter plb clock frequency 100, 133 Mhz or quit to abort\n"); +				printf("enter plb clock frequency 100, 133 MHz or quit to abort\n");  #ifdef	CONFIG_STRESS  			if (strcmp(cpuClock, "667") == 0) -				printf("enter plb clock frequency 133, 166 Mhz or quit to abort\n"); +				printf("enter plb clock frequency 133, 166 MHz or quit to abort\n");  #endif  			nbytes = readline (" ? "); @@ -117,7 +117,7 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  	}  	do { -		printf("enter Pci-X clock frequency 33, 66, 100 or 133 Mhz or quit to abort\n"); +		printf("enter Pci-X clock frequency 33, 66, 100 or 133 MHz or quit to abort\n");  		nbytes = readline (" ? ");  		if (strcmp(console_buffer, "quit") == 0) @@ -133,10 +133,10 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  	} while (nbytes == 0); -	printf("\nsys clk   = %sMhz\n", sysClock); -	printf("cpu clk   = %sMhz\n", cpuClock); -	printf("plb clk   = %sMhz\n", plbClock); -	printf("Pci-X clk = %sMhz\n", pcixClock); +	printf("\nsys clk   = %s MHz\n", sysClock); +	printf("cpu clk   = %s MHz\n", cpuClock); +	printf("plb clk   = %s MHz\n", plbClock); +	printf("Pci-X clk = %s MHz\n", pcixClock);  	do {  		printf("\npress [y] to write I2C bootstrap \n"); diff --git a/board/amcc/yucca/cmd_yucca.c b/board/amcc/yucca/cmd_yucca.c index bd42c5d46..d9698602b 100644 --- a/board/amcc/yucca/cmd_yucca.c +++ b/board/amcc/yucca/cmd_yucca.c @@ -69,7 +69,7 @@ static int setBootStrapClock(cmd_tbl_t *cmdtp, int incrflag, int flag,  		chip = IIC0_ALT_BOOTPROM_ADDR;  	do { -		printf("enter sys clock frequency 33 or 66 Mhz or quit to abort\n"); +		printf("enter sys clock frequency 33 or 66 MHz or quit to abort\n");  		nbytes = readline (" ? ");  		if (strcmp(console_buffer, "quit") == 0) @@ -85,12 +85,12 @@ static int setBootStrapClock(cmd_tbl_t *cmdtp, int incrflag, int flag,  	do {  		if (strcmp(sysClock, "66") == 0) { -			printf("enter cpu clock frequency 400, 533 Mhz or quit to abort\n"); +			printf("enter cpu clock frequency 400, 533 MHz or quit to abort\n");  		} else {  #ifdef	CONFIG_STRESS -			printf("enter cpu clock frequency 400, 500, 533, 667 Mhz or quit to abort\n"); +			printf("enter cpu clock frequency 400, 500, 533, 667 MHz or quit to abort\n");  #else -			printf("enter cpu clock frequency 400, 500, 533 Mhz or quit to abort\n"); +			printf("enter cpu clock frequency 400, 500, 533 MHz or quit to abort\n");  #endif  		}  		nbytes = readline (" ? "); @@ -130,11 +130,11 @@ static int setBootStrapClock(cmd_tbl_t *cmdtp, int incrflag, int flag,  	} else {  		do {  			if (strcmp(cpuClock, "400") == 0) -				printf("enter plb clock frequency 100, 133 Mhz or quit to abort\n"); +				printf("enter plb clock frequency 100, 133 MHz or quit to abort\n");  #ifdef	CONFIG_STRESS  			if (strcmp(cpuClock, "667") == 0) -				printf("enter plb clock frequency 133, 166 Mhz or quit to abort\n"); +				printf("enter plb clock frequency 133, 166 MHz or quit to abort\n");  #endif  			nbytes = readline (" ? "); @@ -160,7 +160,7 @@ static int setBootStrapClock(cmd_tbl_t *cmdtp, int incrflag, int flag,  	}  	do { -		printf("enter Pci-X clock frequency 33, 66, 100 or 133 Mhz or quit to abort\n"); +		printf("enter Pci-X clock frequency 33, 66, 100 or 133 MHz or quit to abort\n");  		nbytes = readline (" ? ");  		if (strcmp(console_buffer, "quit") == 0) @@ -176,10 +176,10 @@ static int setBootStrapClock(cmd_tbl_t *cmdtp, int incrflag, int flag,  	} while (nbytes == 0); -	printf("\nsys clk   = %sMhz\n", sysClock); -	printf("cpu clk   = %sMhz\n", cpuClock); -	printf("plb clk   = %sMhz\n", plbClock); -	printf("Pci-X clk = %sMhz\n", pcixClock); +	printf("\nsys clk   = %s MHz\n", sysClock); +	printf("cpu clk   = %s MHz\n", cpuClock); +	printf("plb clk   = %s MHz\n", plbClock); +	printf("Pci-X clk = %s MHz\n", pcixClock);  	do {  		printf("\npress [y] to write I2C bootstrap \n"); |