diff options
author | Stefan Roese <sr@denx.de> | 2007-01-18 16:05:47 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-18 16:05:47 +0100 |
commit | 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276 (patch) | |
tree | 43e50b8392361c983ca734135e3518d76c8fc806 /Makefile | |
parent | 0057d758e3e874cbe7f24745d0cce8c1cb6c207e (diff) | |
download | u-boot-imx-9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276.zip u-boot-imx-9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276.tar.gz u-boot-imx-9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276.tar.bz2 |
[PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -2066,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 |