summaryrefslogtreecommitdiffstats
path: root/include/configs/PM828.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/PM828.h')
-rw-r--r--include/configs/PM828.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/PM828.h b/include/configs/PM828.h
index dbf980126b..cb68c41bab 100644
--- a/include/configs/PM828.h
+++ b/include/configs/PM828.h
@@ -41,10 +41,10 @@
"bootm"
/* enable I2C and select the hardware/software driver */
-#undef CONFIG_HARD_I2C
-#define CONFIG_SOFT_I2C 1 /* I2C bit-banged */
-# define CONFIG_SYS_I2C_SPEED 50000
-# define CONFIG_SYS_I2C_SLAVE 0xFE
+#define CONFIG_SYS_I2C
+#define CONFIG_SYS_I2C_SOFT /* I2C bit-banged */
+#define CONFIG_SYS_I2C_SOFT_SPEED 50000
+#define CONFIG_SYS_I2C_SOFT_SLAVE 0xFE
/*
* Software (bit-bang) I2C driver configuration
*/
OpenPOWER on IntegriCloud