]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - Makefile
Add MCF5282 support (without preloader)
[people/ms/u-boot.git] / Makefile
index 9b93463000f2c7a7e242d8b4e0016bd37f938a59..7fd82e9747feccab2849f6886de4d5db71dada39 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1312,6 +1312,20 @@ TQM834x_config:  unconfig
 MPC8349EMDS_config:    unconfig
        @./mkconfig $(@:_config=) ppc mpc83xx mpc8349emds
 
+#########################################################################
+# BuS
+#########################################################################
+
+EB+MCF-EV123_config :          unconfig
+       @ >include/config.h
+       @echo "TEXT_BASE = 0xFFE00000"|tee board/BuS/EB+MCF-EV123/textbase.mk
+       @./mkconfig EB+MCF-EV123 m68k mcf52x2 EB+MCF-EV123 BuS
+
+EB+MCF-EV123_internal_config : unconfig
+       @ >include/config.h
+       @echo "TEXT_BASE = 0xF0000000"|tee board/BuS/EB+MCF-EV123/textbase.mk
+       @./mkconfig EB+MCF-EV123 m68k mcf52x2 EB+MCF-EV123 BuS
+
 #########################################################################
 ## MPC85xx Systems
 #########################################################################