From: Rob Herring Date: Mon, 26 Aug 2013 16:22:45 +0000 (-0500) Subject: of: create unflatten_and_copy_device_tree X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~9^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8bf7527a2e17ccf1366e67f6ac728327ca34c40;p=pandora-kernel.git of: create unflatten_and_copy_device_tree Several architectures using DT support built-in dtb's in the init section. These platforms need to copy the dtb from init since the strings are referenced after unflattening. Every arch has their own copying routine which do the same thing. Create a common function, unflatten_and_copy_device_tree, to copy the dtb when unflattening the dtb. Signed-off-by: Rob Herring Acked-by: Grant Likely --- Reading git-diff-tree failed