X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=8cc2664c430ca54e7c66a64ccfe54c199ff26d15;hb=4b7576fb804f9aae275a9ad5d947d2eb727d8cb7;hp=a78f35b6219b51d3a3ca528ab82dfdb7414f120a;hpb=5196a7a03bc436435787e1ad7044af94d93a5448;p=oweals%2Fu-boot.git diff --git a/Makefile b/Makefile index a78f35b621..8cc2664c43 100644 --- a/Makefile +++ b/Makefile @@ -114,6 +114,9 @@ endif ifeq ($(CPU),mpc85xx) OBJS += cpu/$(CPU)/resetvec.o endif +ifeq ($(CPU),mpc86xx) +OBJS += cpu/$(CPU)/resetvec.o +endif ifeq ($(CPU),bf533) OBJS += cpu/$(CPU)/start1.o cpu/$(CPU)/interrupt.o cpu/$(CPU)/cache.o OBJS += cpu/$(CPU)/cplbhdlr.o cpu/$(CPU)/cplbmgr.o cpu/$(CPU)/flush.o @@ -1473,6 +1476,14 @@ TQM8560_config: unconfig echo "#define CFG_BOOTFILE \"bootfile=/tftpboot/tqm$${CTYPE}/uImage\0\"">>include/config.h @./mkconfig -a TQM85xx ppc mpc85xx tqm85xx +######################################################################### +## MPC86xx Systems +######################################################################### + +MPC8641HPCN_config: unconfig + @./mkconfig $(@:_config=) ppc mpc86xx mpc8641hpcn + + ######################################################################### ## 74xx/7xx Systems #########################################################################