diff options
Diffstat (limited to 'board/sandburst/common/ppc440gx_i2c.c')
| -rw-r--r-- | board/sandburst/common/ppc440gx_i2c.c | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/board/sandburst/common/ppc440gx_i2c.c b/board/sandburst/common/ppc440gx_i2c.c index c3b267c49..858b38cec 100644 --- a/board/sandburst/common/ppc440gx_i2c.c +++ b/board/sandburst/common/ppc440gx_i2c.c @@ -39,8 +39,6 @@  #ifdef CONFIG_I2C_BUS1 - -  #define IIC_OK		0  #define IIC_NOK		1  #define IIC_NOK_LA	2		/* Lost arbitration */ @@ -511,5 +509,4 @@ U_BOOT_CMD(  	"\n    -discover valid I2C chip addresses\n"  ); -#endif - +#endif	/* CONFIG_I2C_BUS1 */ |