From f5d7ff1001c0d3243c8312a83df8ae8228d87998 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 30 Mar 2007 21:27:49 +0000 Subject: [PATCH] Drop obsolete and unused util/dtc/dtsqemu file. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@271 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/dtc/dtsqemu | 50 ------------------------------------------------ 1 file changed, 50 deletions(-) delete mode 100644 util/dtc/dtsqemu diff --git a/util/dtc/dtsqemu b/util/dtc/dtsqemu deleted file mode 100644 index f14ada765b..0000000000 --- a/util/dtc/dtsqemu +++ /dev/null @@ -1,50 +0,0 @@ -/{ - model = "qemu"; - #address-cells = <1>; - #size-cells = <1>; - compatible = "emulation-i386,qemu"; - cpus { - #address-cells = <1>; - #size-cells = <0>; - - emulation,qemu-i386@0{ - name = "emulation,qemu-i386"; - device_type = "cpu"; - clock-frequency = <5f5e1000>; - timebase-frequency = <1FCA055>; - linux,boot-cpu; - reg = <0>; - i-cache-size = <2000>; - d-cache-size = <2000>; - }; - }; - - memory@0 { - device_type = "memory"; - reg = <00000000 20000000>; - }; - - /* the I/O stuff */ - northbridge,intel,440bx{ - associated-cpu = <&/cpus/emulation,qemu-i386@0>; - southbridge,intel,piix4{ - superio,nsc,sucks{ - uart@0{ - enabled=<1>; - }; - }; - }; - }; - - chosen { - bootargs = "root=/dev/sda2"; - linux,platform = <00000600>; - linux,stdout-path="/dev/ttyS0"; - }; - options { - normal="normal"; - fallback="fallback"; - }; - - -};