Skip to content
Snippets Groups Projects
  1. Mar 18, 2012
  2. Mar 17, 2012
  3. Mar 13, 2012
  4. Mar 12, 2012
  5. Mar 08, 2012
  6. Mar 06, 2012
    • Stephen Warren's avatar
      image: Support FDTs already loaded at their load address · e37ae40e
      Stephen Warren authored
      
      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: default avatarStephen Warren <swarren@nvidia.com>
      e37ae40e
Loading