summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-04-25 12:34:38 -0500
committerKim Phillips <kim.phillips@freescale.com>2007-04-25 12:34:38 -0500
commit5c5d3242935cf3543af01142627494434834cf98 (patch)
tree8c146a5d337b9a6c9c12ec0ca18f434210cf655b /Makefile
parent96b8a05432f346f36493535c85320b70ec9c7c1b (diff)
downloadtalos-obmc-uboot-5c5d3242935cf3543af01142627494434834cf98.tar.gz
talos-obmc-uboot-5c5d3242935cf3543af01142627494434834cf98.zip
mpc83xx: minor fixups for 8313rdb introduction
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 0b0c0d00e0..f7fde1ebcf 100644
--- a/Makefile
+++ b/Makefile
@@ -1624,6 +1624,19 @@ r5200_config : unconfig
## MPC83xx Systems
#########################################################################
+MPC8313ERDB_33_config \
+MPC8313ERDB_66_config: unconfig
+ @echo "" >include/config.h ; \
+ if [ "$(findstring _33_,$@)" ] ; then \
+ echo -n "...33M ..." ; \
+ echo "#define CFG_33MHZ" >>include/config.h ; \
+ fi ; \
+ if [ "$(findstring _66_,$@)" ] ; then \
+ echo -n "...66M..." ; \
+ echo "#define CFG_66MHZ" >>include/config.h ; \
+ fi ;
+ @$(MKCONFIG) -a MPC8313ERDB ppc mpc83xx mpc8313erdb
+
MPC832XEMDS_config \
MPC832XEMDS_HOST_33_config \
MPC832XEMDS_HOST_66_config \
@@ -1689,19 +1702,6 @@ MPC8360EMDS_SLAVE_config: unconfig
fi ;
@$(MKCONFIG) -a MPC8360EMDS ppc mpc83xx mpc8360emds
-MPC8313ERDB_33_config \
-MPC8313ERDB_66_config: unconfig
- @echo "" >include/config.h ; \
- if [ "$(findstring _33_,$@)" ] ; then \
- echo -n "...33M ..." ; \
- echo "#define CFG_33MHZ" >>include/config.h ; \
- fi ; \
- if [ "$(findstring _66_,$@)" ] ; then \
- echo -n "...66M..." ; \
- echo "#define CFG_66MHZ" >>include/config.h ; \
- fi ;
- @$(MKCONFIG) -a MPC8313ERDB ppc mpc83xx mpc8313erdb
-
sbc8349_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc83xx sbc8349
OpenPOWER on IntegriCloud