commit | d4678237e7394fba2129620e8aa73b90ee31c1e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 27 15:41:55 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Oct 19 21:38:27 2012 +0200 |
tree | 19bb3441e279b281a0155f5d32a66511623bb15f | |
parent | a8381c959a8018ac6fb682000dbd20a29d690c1f [diff] |
arm: fdt: Relocate fdt along with other data Rather than leave the fdt down next to the code/data, we really should relocate it along with everything else. For CONFIG_OF_EMBED this happens automatically, but for CONFIG_OF_SEPARATE it does not. Add code to copy the fdt and point to the new copy after relocation. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com>