]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
* Removed the oftree.dts for stxxtx in light of the changes
authorMatthew McClintock <msm@freescale.com>
Wed, 28 Jun 2006 15:43:00 +0000 (10:43 -0500)
committerMatthew McClintock <msm@freescale.com>
Wed, 28 Jun 2006 15:43:00 +0000 (10:43 -0500)
  to the flat device tree handling code
  Patch by Matthew McClintock 26-June-2006

board/stxxtc/Makefile
board/stxxtc/oftree.dts [deleted file]

index 11065cfd2c4e04ee7935dbdeb1f7d0bcbb6108a1..8c529a0611d101d868c380548d562a17edaecc23 100644 (file)
@@ -25,19 +25,11 @@ include $(TOPDIR)/config.mk
 
 LIB    = lib$(BOARD).a
 
-OBJS   = $(BOARD).o oftree.o
+OBJS   = $(BOARD).o
 
 $(LIB):        .depend $(OBJS)
        $(AR) crv $@ $(OBJS)
 
-%.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" > $@
-
 #########################################################################
 
 .depend:       Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)
diff --git a/board/stxxtc/oftree.dts b/board/stxxtc/oftree.dts
deleted file mode 100644 (file)
index e3f3017..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-/ {
-       model = "STXXTC V1";
-       compatible = "STXXTC";
-       #address-cells = <2>;
-       #size-cells = <2>;
-
-       cpus {
-               linux,phandle = <1>;
-               #address-cells = <1>;
-               #size-cells = <0>;
-               PowerPC,MPC870@0 {
-                       linux,phandle = <3>;
-                       name = "PowerPC,MPC870";
-                       device_type = "cpu";
-                       reg = <0>;
-                       clock-frequency = <0>;          /* place-holder for runtime fillup */
-                       timebase-frequency = <0>;       /* dido */
-                       linux,boot-cpu;
-                       i-cache-size = <2000>;
-                       d-cache-size = <2000>;
-                       32-bit;
-               };
-       };
-
-       memory@0 {
-               device_type = "memory";
-               reg = <00000000 00000000 00000000 20000000>;
-       };
-
-       /* copy of the bd_t information (place-holders) */
-       bd_t {
-               memstart        = <0>;
-               memsize         = <0>;
-               flashstart      = <0>;
-               flashsize       = <0>;
-               flashoffset     = <0>;
-               sramstart       = <0>;
-               sramsize        = <0>;
-
-               immr_base       = <0>;
-
-               bootflags       = <0>;
-               ip_addr         = <0>;
-               enetaddr        = [ 00 00 00 00 00 00 ];
-               ethspeed        = <0>;
-               intfreq         = <0>;
-               busfreq         = <0>;
-
-               baudrate        = <0>;
-       };
-
-};