diff options
Diffstat (limited to 'board/tqm8260/tqm8260.c')
| -rw-r--r-- | board/tqm8260/tqm8260.c | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/board/tqm8260/tqm8260.c b/board/tqm8260/tqm8260.c index a0a38caf2..f716cf25a 100644 --- a/board/tqm8260/tqm8260.c +++ b/board/tqm8260/tqm8260.c @@ -299,8 +299,7 @@ static long int try_init (volatile memctl8260_t * memctl, ulong sdmr,  	*addr = 0;  	if ((val = *addr) != 0) { -		/* Restore the original data before leaving the function. -		 */ +		/* Restore the original data before leaving the function.  */  		*addr = save[i];  		for (cnt = 1; cnt <= maxsize / sizeof(long); cnt <<= 1) {  			addr  = (volatile ulong *) base + cnt; @@ -315,8 +314,7 @@ static long int try_init (volatile memctl8260_t * memctl, ulong sdmr,  		*addr = save[--i];  		if (val != ~cnt) {  			size = cnt * sizeof (long); -			/* Restore the original data before leaving the function. -			 */  +			/* Restore the original data before leaving the function.  */  			for (cnt <<= 1; cnt <= maxsize / sizeof (long); cnt <<= 1) {  				addr  = (volatile ulong *) base + cnt;  				*addr = save[--i]; |