diff options
author | Alexander Graf <agraf@suse.de> | 2011-07-23 10:55:50 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2011-10-06 09:48:02 +0200 |
commit | d51b36b9820e597ad7285f463ef7a580c0e149ad (patch) | |
tree | 8eac8a753f236e8602d3d1f13a5de62a76ba33de | |
parent | 8dbbd02e2338060566b3c52fb2eb4db72080ca31 (diff) | |
download | qemu-d51b36b9820e597ad7285f463ef7a580c0e149ad.tar.gz qemu-d51b36b9820e597ad7285f463ef7a580c0e149ad.tar.bz2 qemu-d51b36b9820e597ad7285f463ef7a580c0e149ad.zip |
MPC8544DS: Remove CPU nodes
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>
-rw-r--r-- | pc-bios/mpc8544ds.dtb | bin | 2277 -> 2028 bytes | |||
-rw-r--r-- | pc-bios/mpc8544ds.dts | 12 |
2 files changed, 0 insertions, 12 deletions
diff --git a/pc-bios/mpc8544ds.dtb b/pc-bios/mpc8544ds.dtb Binary files differindex ae318b1fe8..c6d302153c 100644 --- a/pc-bios/mpc8544ds.dtb +++ b/pc-bios/mpc8544ds.dtb diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts index a88b47c11b..7eb31604fc 100644 --- a/pc-bios/mpc8544ds.dts +++ b/pc-bios/mpc8544ds.dts @@ -25,18 +25,6 @@ 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 { |