Skip to content

Commit

Permalink
[POWERPC] 85xx: minor .dts cleanups
Browse files Browse the repository at this point in the history
* remove #cpus from mpc8544ds.dts (not used anywhere else)
* remove memreserve from mpc8568mds.dts (not needed)

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed Apr 17, 2008
1 parent 32f960e commit 280bb34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion arch/powerpc/boot/dts/mpc8544ds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
};

cpus {
#cpus = <0x1>;
#address-cells = <1>;
#size-cells = <0>;

Expand Down
4 changes: 0 additions & 4 deletions arch/powerpc/boot/dts/mpc8568mds.dts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

/dts-v1/;

/*
/memreserve/ 00000000 1000000;
*/

/ {
model = "MPC8568EMDS";
compatible = "MPC8568EMDS", "MPC85xxMDS";
Expand Down

0 comments on commit 280bb34

Please sign in to comment.