]> git.sur5r.net Git - u-boot/blobdiff - Makefile
Merge with /home/wd/git/u-boot/custodian/u-boot-mpc83xx
[u-boot] / Makefile
index ceee2c7bed3ad5ee4f7a33e23dd51a164a5e0d22..caa5a0e0ad0789d2336267c7b023498871d75a69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1626,6 +1626,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 \