]> git.proxmox.com Git - qemu.git/commitdiff
MPC8544DS: Remove CPU nodes
authorAlexander Graf <agraf@suse.de>
Sat, 23 Jul 2011 08:55:50 +0000 (10:55 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:48:02 +0000 (09:48 +0200)
We want to generate the CPU nodes in machine init code, so remove them from
the device tree definition that we precompile.

Signed-off-by: Alexander Graf <agraf@suse.de>
pc-bios/mpc8544ds.dtb
pc-bios/mpc8544ds.dts

index ae318b1fe83846cc2e133951a3666fcfcdf87f79..c6d302153c7407d5d0127be29b0c35f80e47f8fb 100644 (file)
Binary files a/pc-bios/mpc8544ds.dtb and b/pc-bios/mpc8544ds.dtb differ
index a88b47c11bfd836ac58c796c181be33a59de3a27..7eb31604fc433e8bb69b35a89a143ede5d45d941 100644 (file)
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
-
-               PowerPC,8544@0 {
-                       device_type = "cpu";
-                       reg = <0x0>;
-                       d-cache-line-size = <32>;       // 32 bytes
-                       i-cache-line-size = <32>;       // 32 bytes
-                       d-cache-size = <0x8000>;                // L1, 32K
-                       i-cache-size = <0x8000>;                // L1, 32K
-                       timebase-frequency = <0>;
-                       bus-frequency = <0>;
-                       clock-frequency = <0>;
-               };
        };
 
        memory {