diff options
author | Stefan Roese <sr@denx.de> | 2007-01-13 07:18:38 +0100 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-01-13 07:18:38 +0100 |
commit | b8b787065210a1650e16716e21b73468fdaf5ea8 (patch) | |
tree | 06a4ebaaee38e8557f5ad37e02698934227a60fb /Makefile | |
parent | 7590da92b1c8bad5475e4b6cf18781248b966d9d (diff) | |
parent | 6abaee42621c07e81a2cd189ad4368b5e8c50280 (diff) | |
download | u-boot-imx-b8b787065210a1650e16716e21b73468fdaf5ea8.zip u-boot-imx-b8b787065210a1650e16716e21b73468fdaf5ea8.tar.gz u-boot-imx-b8b787065210a1650e16716e21b73468fdaf5ea8.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 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -557,6 +557,7 @@ Total5200_Rev2_lowboot_config: unconfig @$(MKCONFIG) -a Total5200 ppc mpc5xxx total5200 cam5200_config \ +cam5200_niosflash_config \ fo300_config \ MiniFAP_config \ TQM5200S_config \ @@ -574,6 +575,10 @@ TQM5200_STK100_config: unconfig echo "#define CONFIG_TQM5200_B" >>$(obj)include/config.h ; \ echo "... TQM5200S on Cam5200" ; \ } + @[ -z "$(findstring niosflash,$@)" ] || \ + { echo "#define CONFIG_CAM5200_NIOSFLASH" >>$(obj)include/config.h ; \ + echo "... with NIOS flash driver" ; \ + } @[ -z "$(findstring fo300,$@)" ] || \ { echo "#define CONFIG_FO300" >>$(obj)include/config.h ; \ echo "... TQM5200 on FO300" ; \ |