diff options
author | Marian Balakowicz <m8@semihalf.com> | 2007-01-10 00:26:15 +0100 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2007-01-10 00:26:15 +0100 |
commit | d9384de2f571046e71081bae22b49e3d5ca2e3d5 (patch) | |
tree | fd84f240a39977980de64a6c2010c734bf790fb2 /Makefile | |
parent | f4eb54529bb3664c3a562e488b460fe075f79d67 (diff) | |
download | u-boot-imx-d9384de2f571046e71081bae22b49e3d5ca2e3d5.zip u-boot-imx-d9384de2f571046e71081bae22b49e3d5ca2e3d5.tar.gz u-boot-imx-d9384de2f571046e71081bae22b49e3d5ca2e3d5.tar.bz2 |
CAM5200 flash driver modifications:
- use CFI driver (replaces custom flash driver) for main 'cam5200' target
- add second build target 'cam5200_niosflash' which still uses custom driver
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" ; \ |