diff options
author | Alexander Graf <agraf@suse.de> | 2012-05-17 11:34:50 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-06-24 01:04:47 +0200 |
commit | dd0bcfca64d12f557fae67a0ca318bf9b5579dd9 (patch) | |
tree | 01d651fdd9c40fb5d62f05a254232b72d7265af3 /pc-bios | |
parent | 63397dd0be8d03d62393620e8192dafe0db72f8f (diff) |
PPC: e500: dt: create memory node dynamically
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'pc-bios')
-rw-r--r-- | pc-bios/mpc8544ds.dtb | bin | 2028 -> 1972 bytes | |||
-rw-r--r-- | pc-bios/mpc8544ds.dts | 5 |
2 files changed, 0 insertions, 5 deletions
diff --git a/pc-bios/mpc8544ds.dtb b/pc-bios/mpc8544ds.dtb Binary files differindex c6d302153c..db9fb701f2 100644 --- a/pc-bios/mpc8544ds.dtb +++ b/pc-bios/mpc8544ds.dtb diff --git a/pc-bios/mpc8544ds.dts b/pc-bios/mpc8544ds.dts index 7eb31604fc..f46e9ede06 100644 --- a/pc-bios/mpc8544ds.dts +++ b/pc-bios/mpc8544ds.dts @@ -27,11 +27,6 @@ #size-cells = <0>; }; - memory { - device_type = "memory"; - reg = <0x0 0x0>; // Filled by U-Boot - }; - soc8544@e0000000 { #address-cells = <1>; #size-cells = <1>; |