summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarian Balakowicz <m8@semihalf.com>2007-01-10 00:26:15 +0100
committerMarian Balakowicz <m8@semihalf.com>2007-01-10 00:26:15 +0100
commitd9384de2f571046e71081bae22b49e3d5ca2e3d5 (patch)
treefd84f240a39977980de64a6c2010c734bf790fb2 /Makefile
parentf4eb54529bb3664c3a562e488b460fe075f79d67 (diff)
downloadblackbird-obmc-uboot-d9384de2f571046e71081bae22b49e3d5ca2e3d5.tar.gz
blackbird-obmc-uboot-d9384de2f571046e71081bae22b49e3d5ca2e3d5.zip
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--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a973dffc52..0cad2263ac 100644
--- a/Makefile
+++ b/Makefile
@@ -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" ; \
OpenPOWER on IntegriCloud