aboutsummaryrefslogtreecommitdiff
path: root/cmd/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/i2c.c')
-rw-r--r--cmd/i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/i2c.c b/cmd/i2c.c
index c7c08c4..2f36117 100644
--- a/cmd/i2c.c
+++ b/cmd/i2c.c
@@ -210,6 +210,7 @@ void i2c_init_board(void)
* Returns I2C bus speed in Hz.
*/
#if !defined(CONFIG_SYS_I2C_LEGACY) && !CONFIG_IS_ENABLED(DM_I2C)
+#error "The hell is this"
/*
* TODO: Implement architecture-specific get/set functions
* Should go away, if we switched completely to new multibus support