From d044954fe2a7e7a3dd104eb9c9d2104e38da2911 Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Thu, 12 Mar 2009 07:37:28 +0100 Subject: 8xx, mgsuvd: rename board to a more generic name renaming the "mgsuvd" board port into "km8xx", because there come more similar boards from keymile. Compiling the mgsuvd board with "make mgsuvd_config" remains. Signed-off-by: Heiko Schocher --- board/keymile/common/keymile_hdlc_enet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/keymile/common/keymile_hdlc_enet.h') diff --git a/board/keymile/common/keymile_hdlc_enet.h b/board/keymile/common/keymile_hdlc_enet.h index 965bd5a4b0..db1560f970 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 #endif #ifdef CONFIG_MGCOGE -- cgit