diff options
author | Stefan Roese <sr@denx.de> | 2007-01-30 12:46:55 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-30 12:46:55 +0100 |
commit | 73e815b7fc11478aee180909e990009ebdb26725 (patch) | |
tree | 0b50c86350509dc5be1d7cfef108d97eb3dc69fe /Makefile | |
parent | aa962c15bfc5dc4b8875abed818a43989f063641 (diff) | |
parent | b78bb469f536b357ee21c54f40201dbe4b201ac3 (diff) | |
download | u-boot-imx-73e815b7fc11478aee180909e990009ebdb26725.zip u-boot-imx-73e815b7fc11478aee180909e990009ebdb26725.tar.gz u-boot-imx-73e815b7fc11478aee180909e990009ebdb26725.tar.bz2 |
Merge with git+ssh://sr@pollux.denx.org/home/sr/git/u-boot/denx/.git
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1207,6 +1207,9 @@ sycamore_config: unconfig @echo "Configuring for sycamore board as subset of walnut..." @$(MKCONFIG) -a walnut ppc ppc4xx walnut amcc +taishan_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc ppc4xx taishan amcc + VOH405_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx voh405 esd @@ -2063,8 +2066,15 @@ pleb2_config : unconfig logodl_config : unconfig @$(MKCONFIG) $(@:_config=) arm pxa logodl -pdnb3_config : unconfig - @$(MKCONFIG) $(@:_config=) arm ixp pdnb3 prodrive +pdnb3_config \ +scpu_config: unconfig + @if [ "$(findstring scpu_,$@)" ] ; then \ + echo "#define CONFIG_SCPU" >>include/config.h ; \ + echo "... on SCPU board variant" ; \ + else \ + >include/config.h ; \ + fi + @$(MKCONFIG) -a pdnb3 arm ixp pdnb3 prodrive pxa255_idp_config: unconfig @$(MKCONFIG) $(@:_config=) arm pxa pxa255_idp |