Removed MPC8641HPCN DTS source file from build.
It is no longer linked into U-Boot; its sources are
now located in the kernel tree.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
diff --git a/board/mpc8641hpcn/Makefile b/board/mpc8641hpcn/Makefile
index 0ebed87..f70f44b 100644
--- a/board/mpc8641hpcn/Makefile
+++ b/board/mpc8641hpcn/Makefile
@@ -25,27 +25,15 @@
 
 LIB	= lib$(BOARD).a
 
-OBJS	:= $(BOARD).o pixis.o sys_eeprom.o oftree.o
+OBJS	:= $(BOARD).o pixis.o sys_eeprom.o
 SOBJS	:= init.o
 
 $(LIB):	$(OBJS) $(SOBJS)
 	$(AR) crv $@ $(OBJS)
 
-ifndef DTC
-DTC	:= dtc
-endif
-
-%.dtb: %.dts
-	$(DTC) -f -V 0x10 -I dts -O dtb $< >$@
-
-%.c: %.dtb
-	xxd -i $< \
-    | sed -e "s/^unsigned char/const unsigned char/g" \
-    | sed -e "s/^unsigned int/const unsigned int/g" > $@
-
-
 clean:
-	rm -f $(OBJS) $(SOBJS) *.dtb oftree.c
+	rm -f $(OBJS) $(SOBJS)
+
 .PHONY: distclean
 distclean:	clean
 	rm -f $(LIB) core *.bak .depend