diff options
Diffstat (limited to 'board/freescale/mpc8266ads/mpc8266ads.c')
| -rw-r--r-- | board/freescale/mpc8266ads/mpc8266ads.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/board/freescale/mpc8266ads/mpc8266ads.c b/board/freescale/mpc8266ads/mpc8266ads.c index c7fcfe5c0..5d4896818 100644 --- a/board/freescale/mpc8266ads/mpc8266ads.c +++ b/board/freescale/mpc8266ads/mpc8266ads.c @@ -275,7 +275,6 @@ phys_size_t initdram(int board_type)  	uint sdam;  	uint bsma;  	uint sda10; -	u_char spd_size;  	u_char data;  	u_char cksum;  	int j; @@ -292,7 +291,6 @@ phys_size_t initdram(int board_type)  	i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);  	i2c_read(SDRAM_SPD_ADDR, 0, 1, &data, 1); -	spd_size = data;  	cksum = data;  	for (j = 1; j < 64; j++) {	/* read only the checksummed bytes */  		/* note: the I2C address autoincrements when alen == 0 */ |