diff options
author | Heiko Schocher <hs@denx.de> | 2009-03-12 07:37:28 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-18 20:50:04 +0100 |
commit | d044954fe2a7e7a3dd104eb9c9d2104e38da2911 (patch) | |
tree | eea54054af261def3be4ea0556683ee2bf0e8fc4 /board/keymile/common/keymile_hdlc_enet.h | |
parent | 18b2f35bde1672e074a3d5048383cb56fda745cb (diff) | |
download | u-boot-imx-d044954fe2a7e7a3dd104eb9c9d2104e38da2911.zip u-boot-imx-d044954fe2a7e7a3dd104eb9c9d2104e38da2911.tar.gz u-boot-imx-d044954fe2a7e7a3dd104eb9c9d2104e38da2911.tar.bz2 |
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 <hs@denx.de>
Diffstat (limited to 'board/keymile/common/keymile_hdlc_enet.h')
-rw-r--r-- | board/keymile/common/keymile_hdlc_enet.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |