Browse Source

stx: create common vendor/board hierarchy for STx boards

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>
Alex Dubov 15 years ago
parent
commit
7b18c227b8

+ 3 - 3
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		\

+ 0 - 0
board/stxgp3/Makefile → board/stx/stxgp3/Makefile


+ 0 - 0
board/stxgp3/config.mk → board/stx/stxgp3/config.mk


+ 0 - 0
board/stxgp3/ddr.c → board/stx/stxgp3/ddr.c


+ 0 - 0
board/stxgp3/flash.c → board/stx/stxgp3/flash.c


+ 0 - 0
board/stxgp3/law.c → board/stx/stxgp3/law.c


+ 0 - 0
board/stxgp3/stxgp3.c → board/stx/stxgp3/stxgp3.c


+ 0 - 0
board/stxgp3/tlb.c → board/stx/stxgp3/tlb.c


+ 0 - 0
board/stxgp3/u-boot.lds → board/stx/stxgp3/u-boot.lds


+ 0 - 0
board/stxssa/Makefile → board/stx/stxssa/Makefile


+ 0 - 0
board/stxssa/config.mk → board/stx/stxssa/config.mk


+ 0 - 0
board/stxssa/ddr.c → board/stx/stxssa/ddr.c


+ 0 - 0
board/stxssa/law.c → board/stx/stxssa/law.c


+ 0 - 0
board/stxssa/stxssa.c → board/stx/stxssa/stxssa.c


+ 0 - 0
board/stxssa/tlb.c → board/stx/stxssa/tlb.c


+ 0 - 0
board/stxssa/u-boot.lds → board/stx/stxssa/u-boot.lds


+ 0 - 0
board/stxxtc/Makefile → board/stx/stxxtc/Makefile


+ 0 - 0
board/stxxtc/config.mk → board/stx/stxxtc/config.mk


+ 0 - 0
board/stxxtc/stxxtc.c → board/stx/stxxtc/stxxtc.c


+ 0 - 0
board/stxxtc/u-boot.lds → board/stx/stxxtc/u-boot.lds


+ 0 - 0
board/stxxtc/u-boot.lds.debug → board/stx/stxxtc/u-boot.lds.debug