diff options
Diffstat (limited to 'board/evb64260')
| -rw-r--r-- | board/evb64260/bootseq.txt | 2 | ||||
| -rw-r--r-- | board/evb64260/i2c.c | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/board/evb64260/bootseq.txt b/board/evb64260/bootseq.txt index e4fefb31d..6cae9ea07 100644 --- a/board/evb64260/bootseq.txt +++ b/board/evb64260/bootseq.txt @@ -62,7 +62,7 @@ in_flash:  	    remap gt regs?  	    map PCI mem/io  	    map device space -	    clear out interupts +	    clear out interrupts  	init_timebase  	env_init  	serial_init diff --git a/board/evb64260/i2c.c b/board/evb64260/i2c.c index c62b64729..88d0dac46 100644 --- a/board/evb64260/i2c.c +++ b/board/evb64260/i2c.c @@ -306,7 +306,7 @@ i2c_read(uchar dev_addr, unsigned int offset, int len, uchar* data,  	status = i2c_get_data(data, len);  	if (status) {  #ifdef DEBUG_I2C -		printf("Data not recieved: 0x%02x\n", status); +		printf("Data not received: 0x%02x\n", status);  #endif  		return status;  	} |