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
    18848 commits behind the upstream repository.
    user avatar
    Scott Wood authored
    Currently, using fdt_fixup_stdout() on a device tree that is missing
    the relevant alias results in this:
    
    WARNING: could not set linux,stdout-path FDT_ERR_NOTFOUND.
    ERROR: /chosen node create failed
     - must RESET the board to recover.
    
    FDT creation failed! hanging...### ERROR ### Please RESET the board ###
    
    There is no reason for this to be a fatal error rather than a warning,
    and removing this allows for a smooth transition on a platform where
    the device tree currently lacks the correct aliases but will have them
    in the future.
    
    Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
    Cc: Kumar Gala <galak@kernel.crashing.org>
    Cc: Simon Glass <sjg@chromium.org>
    Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
    Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
    da77c819
    History
    Name Last commit Last update
    ..