diff options
author | Alex Dubov <oakad@yahoo.com> | 2009-08-07 15:28:32 +1000 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-08-28 17:12:38 -0500 |
commit | 7b18c227b847e4782eb1492219ebd555f521b08b (patch) | |
tree | fc36ac044cd004a7296e04ca81803bb48bccc953 | |
parent | bafdf9aa9dbb69d937b72db17ed5800998c59523 (diff) | |
download | u-boot-imx-7b18c227b847e4782eb1492219ebd555f521b08b.zip u-boot-imx-7b18c227b847e4782eb1492219ebd555f521b08b.tar.gz u-boot-imx-7b18c227b847e4782eb1492219ebd555f521b08b.tar.bz2 |
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>
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | board/stx/stxgp3/Makefile (renamed from board/stxgp3/Makefile) | 0 | ||||
-rw-r--r-- | board/stx/stxgp3/config.mk (renamed from board/stxgp3/config.mk) | 0 | ||||
-rw-r--r-- | board/stx/stxgp3/ddr.c (renamed from board/stxgp3/ddr.c) | 0 | ||||
-rw-r--r-- | board/stx/stxgp3/flash.c (renamed from board/stxgp3/flash.c) | 0 | ||||
-rw-r--r-- | board/stx/stxgp3/law.c (renamed from board/stxgp3/law.c) | 0 | ||||
-rw-r--r-- | board/stx/stxgp3/stxgp3.c (renamed from board/stxgp3/stxgp3.c) | 0 | ||||
-rw-r--r-- | board/stx/stxgp3/tlb.c (renamed from board/stxgp3/tlb.c) | 0 | ||||
-rw-r--r-- | board/stx/stxgp3/u-boot.lds (renamed from board/stxgp3/u-boot.lds) | 0 | ||||
-rw-r--r-- | board/stx/stxssa/Makefile (renamed from board/stxssa/Makefile) | 0 | ||||
-rw-r--r-- | board/stx/stxssa/config.mk (renamed from board/stxssa/config.mk) | 0 | ||||
-rw-r--r-- | board/stx/stxssa/ddr.c (renamed from board/stxssa/ddr.c) | 0 | ||||
-rw-r--r-- | board/stx/stxssa/law.c (renamed from board/stxssa/law.c) | 0 | ||||
-rw-r--r-- | board/stx/stxssa/stxssa.c (renamed from board/stxssa/stxssa.c) | 0 | ||||
-rw-r--r-- | board/stx/stxssa/tlb.c (renamed from board/stxssa/tlb.c) | 0 | ||||
-rw-r--r-- | board/stx/stxssa/u-boot.lds (renamed from board/stxssa/u-boot.lds) | 0 | ||||
-rw-r--r-- | board/stx/stxxtc/Makefile (renamed from board/stxxtc/Makefile) | 0 | ||||
-rw-r--r-- | board/stx/stxxtc/config.mk (renamed from board/stxxtc/config.mk) | 0 | ||||
-rw-r--r-- | board/stx/stxxtc/stxxtc.c (renamed from board/stxxtc/stxxtc.c) | 0 | ||||
-rw-r--r-- | board/stx/stxxtc/u-boot.lds (renamed from board/stxxtc/u-boot.lds) | 0 | ||||
-rw-r--r-- | board/stx/stxxtc/u-boot.lds.debug (renamed from board/stxxtc/u-boot.lds.debug) | 0 |
21 files changed, 3 insertions, 3 deletions
@@ -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 \ diff --git a/board/stxgp3/Makefile b/board/stx/stxgp3/Makefile index 5a68f11..5a68f11 100644 --- a/board/stxgp3/Makefile +++ b/board/stx/stxgp3/Makefile diff --git a/board/stxgp3/config.mk b/board/stx/stxgp3/config.mk index 47e44aa..47e44aa 100644 --- a/board/stxgp3/config.mk +++ b/board/stx/stxgp3/config.mk diff --git a/board/stxgp3/ddr.c b/board/stx/stxgp3/ddr.c index 93d1100..93d1100 100644 --- a/board/stxgp3/ddr.c +++ b/board/stx/stxgp3/ddr.c diff --git a/board/stxgp3/flash.c b/board/stx/stxgp3/flash.c index 61c9602..61c9602 100644 --- a/board/stxgp3/flash.c +++ b/board/stx/stxgp3/flash.c diff --git a/board/stxgp3/law.c b/board/stx/stxgp3/law.c index ba89f0e..ba89f0e 100644 --- a/board/stxgp3/law.c +++ b/board/stx/stxgp3/law.c diff --git a/board/stxgp3/stxgp3.c b/board/stx/stxgp3/stxgp3.c index 3804fe0..3804fe0 100644 --- a/board/stxgp3/stxgp3.c +++ b/board/stx/stxgp3/stxgp3.c diff --git a/board/stxgp3/tlb.c b/board/stx/stxgp3/tlb.c index aa11a5d..aa11a5d 100644 --- a/board/stxgp3/tlb.c +++ b/board/stx/stxgp3/tlb.c diff --git a/board/stxgp3/u-boot.lds b/board/stx/stxgp3/u-boot.lds index 182e940..182e940 100644 --- a/board/stxgp3/u-boot.lds +++ b/board/stx/stxgp3/u-boot.lds diff --git a/board/stxssa/Makefile b/board/stx/stxssa/Makefile index 9ab41ec..9ab41ec 100644 --- a/board/stxssa/Makefile +++ b/board/stx/stxssa/Makefile diff --git a/board/stxssa/config.mk b/board/stx/stxssa/config.mk index 57fe5d6..57fe5d6 100644 --- a/board/stxssa/config.mk +++ b/board/stx/stxssa/config.mk diff --git a/board/stxssa/ddr.c b/board/stx/stxssa/ddr.c index 93d1100..93d1100 100644 --- a/board/stxssa/ddr.c +++ b/board/stx/stxssa/ddr.c diff --git a/board/stxssa/law.c b/board/stx/stxssa/law.c index 55dde66..55dde66 100644 --- a/board/stxssa/law.c +++ b/board/stx/stxssa/law.c diff --git a/board/stxssa/stxssa.c b/board/stx/stxssa/stxssa.c index 73dddf3..73dddf3 100644 --- a/board/stxssa/stxssa.c +++ b/board/stx/stxssa/stxssa.c diff --git a/board/stxssa/tlb.c b/board/stx/stxssa/tlb.c index 0386432..0386432 100644 --- a/board/stxssa/tlb.c +++ b/board/stx/stxssa/tlb.c diff --git a/board/stxssa/u-boot.lds b/board/stx/stxssa/u-boot.lds index 750ddb3..750ddb3 100644 --- a/board/stxssa/u-boot.lds +++ b/board/stx/stxssa/u-boot.lds diff --git a/board/stxxtc/Makefile b/board/stx/stxxtc/Makefile index 424ab1c..424ab1c 100644 --- a/board/stxxtc/Makefile +++ b/board/stx/stxxtc/Makefile diff --git a/board/stxxtc/config.mk b/board/stx/stxxtc/config.mk index f5dc034..f5dc034 100644 --- a/board/stxxtc/config.mk +++ b/board/stx/stxxtc/config.mk diff --git a/board/stxxtc/stxxtc.c b/board/stx/stxxtc/stxxtc.c index 717dbe2..717dbe2 100644 --- a/board/stxxtc/stxxtc.c +++ b/board/stx/stxxtc/stxxtc.c diff --git a/board/stxxtc/u-boot.lds b/board/stx/stxxtc/u-boot.lds index 14201ac..14201ac 100644 --- a/board/stxxtc/u-boot.lds +++ b/board/stx/stxxtc/u-boot.lds diff --git a/board/stxxtc/u-boot.lds.debug b/board/stx/stxxtc/u-boot.lds.debug index d47c408..d47c408 100644 --- a/board/stxxtc/u-boot.lds.debug +++ b/board/stx/stxxtc/u-boot.lds.debug |