mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Bryan Hundven <bryanhundven@gmail.com> Cc: Michael Schwingen <rincewind@discworld.dascon.de>
This commit is contained in:
parent
0c7857f253
commit
2152df67c3
2 changed files with 2 additions and 12 deletions
12
Makefile
12
Makefile
|
@ -676,18 +676,6 @@ SX1_config: unconfig
|
|||
fi;
|
||||
@$(MKCONFIG) -n $@ SX1 arm arm925t sx1
|
||||
|
||||
#########################################################################
|
||||
## XScale Systems
|
||||
#########################################################################
|
||||
|
||||
pdnb3_config \
|
||||
scpu_config: unconfig
|
||||
@mkdir -p $(obj)include
|
||||
@if [ "$(findstring scpu_,$@)" ] ; then \
|
||||
echo "#define CONFIG_SCPU" >>$(obj)include/config.h ; \
|
||||
fi
|
||||
@$(MKCONFIG) -n $@ -a pdnb3 arm ixp pdnb3 prodrive
|
||||
|
||||
#########################################################################
|
||||
## ARM1176 Systems
|
||||
#########################################################################
|
||||
|
|
|
@ -244,6 +244,8 @@ actux2 arm ixp
|
|||
actux3 arm ixp
|
||||
actux4 arm ixp
|
||||
dvlhost arm ixp
|
||||
pdnb3 arm ixp pdnb3 prodrive
|
||||
scpu arm ixp pdnb3 prodrive - pdnb3:SCPU
|
||||
balloon3 arm pxa
|
||||
lubbock arm pxa
|
||||
palmld arm pxa
|
||||
|
|
Loading…
Add table
Reference in a new issue