diff options
Diffstat (limited to 'board/keymile/common')
-rw-r--r-- | board/keymile/common/common.c | 2 | ||||
-rw-r--r-- | board/keymile/common/keymile_hdlc_enet.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index 48ce613..c3fa844 100644 --- a/board/keymile/common/common.c +++ b/board/keymile/common/common.c @@ -390,7 +390,7 @@ static void setports (int gpio) #endif #endif -#if defined(CONFIG_MGSUVD) +#if defined(CONFIG_KM8XX) static void set_sda (int state) { I2C_SDA(state); diff --git a/board/keymile/common/keymile_hdlc_enet.h b/board/keymile/common/keymile_hdlc_enet.h index 965bd5a..db1560f 100644 --- a/board/keymile/common/keymile_hdlc_enet.h +++ b/board/keymile/common/keymile_hdlc_enet.h @@ -25,7 +25,7 @@ #define _KEYMILE_HDLC_ENET_H_ /* Unfortuantely, we have do this to get the flag defines in the cbd_t */ -#ifdef CONFIG_MGSUVD +#ifdef CONFIG_KM8XX #include <commproc.h> #endif #ifdef CONFIG_MGCOGE |