]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mgsuvd, mgcoge: move this 2 boards in one dir.
authorHeiko Schocher <hs@denx.de>
Wed, 15 Oct 2008 07:32:25 +0000 (09:32 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 18 Oct 2008 19:54:01 +0000 (21:54 +0200)
There are some more extensions, which are for both boards
and some more boards from this manufacturer will follow soon.

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Wolfgang Denk <wd@denx.de>
Makefile
board/keymile/mgcoge/Makefile [moved from board/mgcoge/Makefile with 95% similarity]
board/keymile/mgcoge/config.mk [moved from board/mgcoge/config.mk with 100% similarity]
board/keymile/mgcoge/mgcoge.c [moved from board/mgcoge/mgcoge.c with 100% similarity]
board/keymile/mgsuvd/Makefile [moved from board/mgsuvd/Makefile with 95% similarity]
board/keymile/mgsuvd/config.mk [moved from board/mgsuvd/config.mk with 100% similarity]
board/keymile/mgsuvd/mgsuvd.c [moved from board/mgsuvd/mgsuvd.c with 100% similarity]
board/keymile/mgsuvd/u-boot.lds [moved from board/mgsuvd/u-boot.lds with 100% similarity]

index 7c13ce826b6079cde6bb43a9b89443f44e524eae..7c6c786125cf5b245de93d1afe1e539f17e9d995 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -922,7 +922,7 @@ MBX860T_config:     unconfig
        @$(MKCONFIG) $(@:_config=) ppc mpc8xx mbx8xx
 
 mgsuvd_config:         unconfig
-       @$(MKCONFIG) $(@:_config=) ppc mpc8xx mgsuvd
+       @$(MKCONFIG) $(@:_config=) ppc mpc8xx mgsuvd keymile
 
 MHPC_config:           unconfig
        @$(MKCONFIG) $(@:_config=) ppc mpc8xx mhpc eltec
@@ -1706,7 +1706,7 @@ ISPAN_REVB_config:        unconfig
        @$(MKCONFIG) -a ISPAN ppc mpc8260 ispan
 
 mgcoge_config  :       unconfig
-       @$(MKCONFIG) mgcoge ppc mpc8260 mgcoge
+       @$(MKCONFIG) mgcoge ppc mpc8260 mgcoge keymile
 
 MPC8260ADS_config      \
 MPC8260ADS_lowboot_config      \
similarity index 95%
rename from board/mgcoge/Makefile
rename to board/keymile/mgcoge/Makefile
index d4087ccbb67959f37bdb25a9e34e0ed4583a6c85..e00295d62e8e61db8d93a4708f5c7750699660b1 100644 (file)
@@ -22,6 +22,9 @@
 #
 
 include $(TOPDIR)/config.mk
+ifneq ($(OBJTREE),$(SRCTREE))
+$(shell mkdir -p $(obj)../common)
+endif
 
 LIB    = $(obj)lib$(BOARD).a
 
similarity index 95%
rename from board/mgsuvd/Makefile
rename to board/keymile/mgsuvd/Makefile
index af0d400c885aee883978f7858b0be3eb0a5b1478..efdd410b0c480f84157cc9ba162197cbf38c8fbc 100644 (file)
@@ -22,6 +22,9 @@
 #
 
 include $(TOPDIR)/config.mk
+ifneq ($(OBJTREE),$(SRCTREE))
+$(shell mkdir -p $(obj)../common)
+endif
 
 LIB    = $(obj)lib$(BOARD).a