]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
stx: create common vendor/board hierarchy for STx boards
authorAlex Dubov <oakad@yahoo.com>
Fri, 7 Aug 2009 05:28:32 +0000 (15:28 +1000)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 28 Aug 2009 22:12:38 +0000 (17:12 -0500)
Move files belonging to the STx boards into common vendor directory and
update the Makefile to reflect this.

Signed-off-by: Alex Dubov <oakad@yahoo.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21 files changed:
Makefile
board/stx/stxgp3/Makefile [moved from board/stxgp3/Makefile with 100% similarity]
board/stx/stxgp3/config.mk [moved from board/stxgp3/config.mk with 100% similarity]
board/stx/stxgp3/ddr.c [moved from board/stxgp3/ddr.c with 100% similarity]
board/stx/stxgp3/flash.c [moved from board/stxgp3/flash.c with 100% similarity]
board/stx/stxgp3/law.c [moved from board/stxgp3/law.c with 100% similarity]
board/stx/stxgp3/stxgp3.c [moved from board/stxgp3/stxgp3.c with 100% similarity]
board/stx/stxgp3/tlb.c [moved from board/stxgp3/tlb.c with 100% similarity]
board/stx/stxgp3/u-boot.lds [moved from board/stxgp3/u-boot.lds with 100% similarity]
board/stx/stxssa/Makefile [moved from board/stxssa/Makefile with 100% similarity]
board/stx/stxssa/config.mk [moved from board/stxssa/config.mk with 100% similarity]
board/stx/stxssa/ddr.c [moved from board/stxssa/ddr.c with 100% similarity]
board/stx/stxssa/law.c [moved from board/stxssa/law.c with 100% similarity]
board/stx/stxssa/stxssa.c [moved from board/stxssa/stxssa.c with 100% similarity]
board/stx/stxssa/tlb.c [moved from board/stxssa/tlb.c with 100% similarity]
board/stx/stxssa/u-boot.lds [moved from board/stxssa/u-boot.lds with 100% similarity]
board/stx/stxxtc/Makefile [moved from board/stxxtc/Makefile with 100% similarity]
board/stx/stxxtc/config.mk [moved from board/stxxtc/config.mk with 100% similarity]
board/stx/stxxtc/stxxtc.c [moved from board/stxxtc/stxxtc.c with 100% similarity]
board/stx/stxxtc/u-boot.lds [moved from board/stxxtc/u-boot.lds with 100% similarity]
board/stx/stxxtc/u-boot.lds.debug [moved from board/stxxtc/u-boot.lds.debug with 100% similarity]

index 9821ffd55e4162fef152fa1620b8c5e2bc4778a0..15866e881ee44024da31a2fa0e61c539327d635a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1148,7 +1148,7 @@ SPD823TS_config:  unconfig
        @$(MKCONFIG) $(@:_config=) ppc mpc8xx spd8xx
 
 stxxtc_config: unconfig
-       @$(MKCONFIG) $(@:_config=) ppc mpc8xx stxxtc
+       @$(MKCONFIG) $(@:_config=) ppc mpc8xx stxxtc stx
 
 svm_sc8xx_config:      unconfig
        @$(MKCONFIG) $(@:_config=) ppc mpc8xx svm_sc8xx
@@ -2563,7 +2563,7 @@ socrates_config:  unconfig
        @$(MKCONFIG) $(@:_config=) ppc mpc85xx socrates
 
 stxgp3_config:         unconfig
-       @$(MKCONFIG) $(@:_config=) ppc mpc85xx stxgp3
+       @$(MKCONFIG) $(@:_config=) ppc mpc85xx stxgp3 stx
 
 stxssa_config          \
 stxssa_4M_config:      unconfig
@@ -2572,7 +2572,7 @@ stxssa_4M_config: unconfig
                echo "#define CONFIG_STXSSA_4M" >>$(obj)include/config.h ; \
                $(XECHO) "... with 4 MiB flash memory" ; \
        fi
-       @$(MKCONFIG) -a stxssa ppc mpc85xx stxssa
+       @$(MKCONFIG) -a stxssa ppc mpc85xx stxssa stx
 
 TQM8540_config         \
 TQM8541_config         \
similarity index 100%
rename from board/stxgp3/ddr.c
rename to board/stx/stxgp3/ddr.c
similarity index 100%
rename from board/stxgp3/law.c
rename to board/stx/stxgp3/law.c
similarity index 100%
rename from board/stxgp3/tlb.c
rename to board/stx/stxgp3/tlb.c
similarity index 100%
rename from board/stxssa/ddr.c
rename to board/stx/stxssa/ddr.c
similarity index 100%
rename from board/stxssa/law.c
rename to board/stx/stxssa/law.c
similarity index 100%
rename from board/stxssa/tlb.c
rename to board/stx/stxssa/tlb.c