Stephen Warren e37ae40e9d image: Support FDTs already loaded at their load address
boot_get_fdt() expects a uImage-wrapped FDT to be loaded to a staging
location, and then memmove()s it to the load address specified in the
header. This change enhances boot_get_fdt() to detect when the image has
already been loaded to the correct address, and skip this memmove(). The
detection algorithm was written to match the equivalent for the kernel;
see bootm_load_os()'s IH_COMP_NONE case.

v2: New patch

Signed-off-by: Stephen Warren <swarren@nvidia.com>
2012-03-06 22:18:48 +01:00
..
2011-10-22 01:22:21 +02:00
2011-10-26 21:33:42 +02:00
2010-07-24 20:54:46 +02:00
2011-04-08 00:44:27 -04:00
2011-07-28 16:41:06 +02:00
2012-03-06 21:09:26 +01:00
2011-07-28 17:22:53 +02:00
2011-10-22 01:13:35 +02:00
2011-12-07 08:41:22 +01:00
2011-02-02 22:36:10 +01:00
2011-10-22 01:13:35 +02:00
2012-03-03 16:55:24 +01:00
2011-12-05 22:48:10 +01:00
2011-09-04 23:27:52 +02:00
2011-10-26 21:33:42 +02:00
2012-03-03 16:56:35 +01:00