aboutsummaryrefslogtreecommitdiffstats
path: root/pc-bios
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2011-07-23 10:55:50 +0200
committerAlexander Graf <agraf@suse.de>2011-10-06 09:48:02 +0200
commitbe637f74d4991089170ddb89a49400b1fb8feff8 (patch)
tree8eac8a753f236e8602d3d1f13a5de62a76ba33de /pc-bios
parentded57c5f3a2dd49728b1cb51f17194e880514ff6 (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')
-rw-r--r--pc-bios/mpc8544ds.dtbbin2277 -> 2028 bytes
-rw-r--r--pc-bios/mpc8544ds.dts12
2 files changed, 0 insertions, 12 deletions
diff --git a/pc-bios/mpc8544ds.dtb b/pc-bios/mpc8544ds.dtb
index ae318b1fe..c6d302153 100644
--- a/pc-bios/mpc8544ds.dtb
+++ b/pc-bios/mpc8544ds.dtb
Binary files differ
diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts
index a88b47c11..7eb31604f 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 {