commit | afb46f7996e91aeb36e07bc92cf96e8045bec00e | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Wed Apr 02 19:07:24 2014 -0500 |
committer | Rob Herring <robh@kernel.org> | Wed Apr 30 00:56:00 2014 -0500 |
tree | 068e04d2344ac0e3c9750fb8ed7c922fc2ff392e | |
parent | e1b77baed6b170b190a72821b39a2e91a66f1e54 [diff] |
mips: ralink: convert to use unflatten_and_copy_device_tree The ralink 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>