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 | be637f74d4991089170ddb89a49400b1fb8feff8 (patch) | |
tree | 8eac8a753f236e8602d3d1f13a5de62a76ba33de /pc-bios/mpc8544ds.dts | |
parent | ded57c5f3a2dd49728b1cb51f17194e880514ff6 (diff) |
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>
Diffstat (limited to 'pc-bios/mpc8544ds.dts')
-rw-r--r-- | pc-bios/mpc8544ds.dts | 12 |
1 files changed, 0 insertions, 12 deletions
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 { |