mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-20 22:21:41 +00:00
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>
This commit is contained in:
parent
bafdf9aa9d
commit
7b18c227b8
21 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1148,7 +1148,7 @@ SPD823TS_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc8xx spd8xx
|
@$(MKCONFIG) $(@:_config=) ppc mpc8xx spd8xx
|
||||||
|
|
||||||
stxxtc_config: unconfig
|
stxxtc_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc8xx stxxtc
|
@$(MKCONFIG) $(@:_config=) ppc mpc8xx stxxtc stx
|
||||||
|
|
||||||
svm_sc8xx_config: unconfig
|
svm_sc8xx_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc8xx svm_sc8xx
|
@$(MKCONFIG) $(@:_config=) ppc mpc8xx svm_sc8xx
|
||||||
|
@ -2563,7 +2563,7 @@ socrates_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc85xx socrates
|
@$(MKCONFIG) $(@:_config=) ppc mpc85xx socrates
|
||||||
|
|
||||||
stxgp3_config: unconfig
|
stxgp3_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc mpc85xx stxgp3
|
@$(MKCONFIG) $(@:_config=) ppc mpc85xx stxgp3 stx
|
||||||
|
|
||||||
stxssa_config \
|
stxssa_config \
|
||||||
stxssa_4M_config: unconfig
|
stxssa_4M_config: unconfig
|
||||||
|
@ -2572,7 +2572,7 @@ stxssa_4M_config: unconfig
|
||||||
echo "#define CONFIG_STXSSA_4M" >>$(obj)include/config.h ; \
|
echo "#define CONFIG_STXSSA_4M" >>$(obj)include/config.h ; \
|
||||||
$(XECHO) "... with 4 MiB flash memory" ; \
|
$(XECHO) "... with 4 MiB flash memory" ; \
|
||||||
fi
|
fi
|
||||||
@$(MKCONFIG) -a stxssa ppc mpc85xx stxssa
|
@$(MKCONFIG) -a stxssa ppc mpc85xx stxssa stx
|
||||||
|
|
||||||
TQM8540_config \
|
TQM8540_config \
|
||||||
TQM8541_config \
|
TQM8541_config \
|
||||||
|
|
Loading…
Add table
Reference in a new issue