diff options
| author | Alexander Graf | 2011-07-23 10:55:50 +0200 |
|---|---|---|
| committer | Alexander Graf | 2011-10-06 09:48:02 +0200 |
| commit | be637f74d4991089170ddb89a49400b1fb8feff8 (patch) | |
| tree | 8eac8a753f236e8602d3d1f13a5de62a76ba33de | |
| parent | device tree: give dt more size (diff) | |
| download | qemu-be637f74d4991089170ddb89a49400b1fb8feff8.tar.gz qemu-be637f74d4991089170ddb89a49400b1fb8feff8.tar.xz qemu-be637f74d4991089170ddb89a49400b1fb8feff8.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 { |
