Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

common

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    47857 commits behind the upstream repository.
    user avatar
    Kumar Gala authored
    Changed image_get_ramdisk() to just return NULL on error and have
    get_ramdisk() propogate that error to the caller.  It's left to the
    caller to call do_reset() if it wants to.
    
    Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
    to a common location.  In the future we will change get_fdt() and
    fdt_relocate() to return success/failure and not call do_reset() at all.
    
    Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
    Acked-by: default avatarMarian Balakowicz <m8@semihalf.com>
    274cea2b
    History