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>
This commit is contained in:
parent
ded57c5f3a
commit
be637f74d4
Binary file not shown.
@ -25,18 +25,6 @@
|
|||||||
cpus {
|
cpus {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#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 {
|
memory {
|
||||||
|
Loading…
Reference in New Issue
Block a user