summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-07-22 01:20:03 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-07-22 01:20:03 +0200
commit135ae0062f358c644d3c6a40adea3e2de6269157 (patch)
treeca097ae1a84533a6cb3a4100ee17766f924a9e4e /Makefile
parent048f6b436b9795cd5835d0f7ac1e2226e1934bc5 (diff)
downloadtalos-obmc-uboot-135ae0062f358c644d3c6a40adea3e2de6269157.tar.gz
talos-obmc-uboot-135ae0062f358c644d3c6a40adea3e2de6269157.zip
Add configuration for cam5200 board (based on TQM5200S).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 42ea681ee3..5879079ba1 100644
--- a/Makefile
+++ b/Makefile
@@ -406,18 +406,18 @@ TQM5200_B_HIGHBOOT_config \
TQM5200S_config \
TQM5200S_HIGHBOOT_config \
TQM5200_STK100_config \
-cameron_config \
+cam5200_config \
MiniFAP_config: unconfig
@ >include/config.h
@[ -z "$(findstring MiniFAP,$@)" ] || \
{ echo "#define CONFIG_MINIFAP" >>include/config.h ; \
echo "... TQM5200_AC on MiniFAP" ; \
}
- @[ -z "$(findstring cameron,$@)" ] || \
- { echo "#define CONFIG_CAMERON" >>include/config.h ; \
+ @[ -z "$(findstring cam5200,$@)" ] || \
+ { echo "#define CONFIG_CAM5200" >>include/config.h ; \
echo "#define CONFIG_TQM5200S" >>include/config.h ; \
echo "#define CONFIG_TQM5200_B" >>include/config.h ; \
- echo "... TQM5200S on Cameron" ; \
+ echo "... TQM5200S on Cam5200" ; \
}
@[ -z "$(findstring STK100,$@)" ] || \
{ echo "#define CONFIG_STK52XX_REV100" >>include/config.h ; \
OpenPOWER on IntegriCloud