commit | 8c97cec99033005cf1ede48a7b351e48a723749a | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Wed Apr 02 17:45:06 2014 -0500 |
committer | Rob Herring <robh@kernel.org> | Wed Apr 30 00:55:53 2014 -0500 |
tree | 7a23d26671a91e8b392f88cd6bae660f3b643faf | |
parent | a798c10faf62a505d24e5f6213fbaf904a39623f [diff] |
mips: octeon: convert to use unflatten_and_copy_device_tree The octeon FDT code can be simplified by using unflatten_and_copy_device_tree function. This removes all accesses to FDT header data by the arch code. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: linux-mips@linux-mips.org Tested-by: Grant Likely <grant.likely@linaro.org>