diff options
author | Heiko Schocher | 2009-03-12 07:37:28 +0100 |
---|---|---|
committer | Wolfgang Denk | 2009-03-18 20:50:04 +0100 |
commit | d044954fe2a7e7a3dd104eb9c9d2104e38da2911 (patch) | |
tree | eea54054af261def3be4ea0556683ee2bf0e8fc4 /board/keymile | |
parent | 18b2f35bde1672e074a3d5048383cb56fda745cb (diff) |
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')
-rw-r--r-- | board/keymile/common/common.c | 2 | ||||
-rw-r--r-- | board/keymile/common/keymile_hdlc_enet.h | 2 | ||||
-rw-r--r-- | board/keymile/km8xx/Makefile (renamed from board/keymile/mgsuvd/Makefile) | 2 | ||||
-rw-r--r-- | board/keymile/km8xx/config.mk (renamed from board/keymile/mgsuvd/config.mk) | 0 | ||||
-rw-r--r-- | board/keymile/km8xx/km8xx.c (renamed from board/keymile/mgsuvd/mgsuvd.c) | 0 | ||||
-rw-r--r-- | board/keymile/km8xx/km8xx_hdlc_enet.c (renamed from board/keymile/mgsuvd/mgsuvd_hdlc_enet.c) | 0 | ||||
-rw-r--r-- | board/keymile/km8xx/u-boot.lds (renamed from board/keymile/mgsuvd/u-boot.lds) | 0 |
7 files changed, 3 insertions, 3 deletions
diff --git a/board/keymile/common/common.c b/board/keymile/common/common.c index 48ce613b7e2..c3fa8443d0c 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 965bd5a4b0e..db1560f9708 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 diff --git a/board/keymile/mgsuvd/Makefile b/board/keymile/km8xx/Makefile index 2c5732d16b1..a6f32415aa0 100644 --- a/board/keymile/mgsuvd/Makefile +++ b/board/keymile/km8xx/Makefile @@ -29,7 +29,7 @@ endif LIB = $(obj)lib$(BOARD).a COBJS = $(BOARD).o ../common/common.o ../common/keymile_hdlc_enet.o \ - mgsuvd_hdlc_enet.o + km8xx_hdlc_enet.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) diff --git a/board/keymile/mgsuvd/config.mk b/board/keymile/km8xx/config.mk index 8625cea5685..8625cea5685 100644 --- a/board/keymile/mgsuvd/config.mk +++ b/board/keymile/km8xx/config.mk diff --git a/board/keymile/mgsuvd/mgsuvd.c b/board/keymile/km8xx/km8xx.c index e7bfa31250f..e7bfa31250f 100644 --- a/board/keymile/mgsuvd/mgsuvd.c +++ b/board/keymile/km8xx/km8xx.c diff --git a/board/keymile/mgsuvd/mgsuvd_hdlc_enet.c b/board/keymile/km8xx/km8xx_hdlc_enet.c index 9b93131f0c9..9b93131f0c9 100644 --- a/board/keymile/mgsuvd/mgsuvd_hdlc_enet.c +++ b/board/keymile/km8xx/km8xx_hdlc_enet.c diff --git a/board/keymile/mgsuvd/u-boot.lds b/board/keymile/km8xx/u-boot.lds index 5af36c97aca..5af36c97aca 100644 --- a/board/keymile/mgsuvd/u-boot.lds +++ b/board/keymile/km8xx/u-boot.lds |