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
    9891 commits behind the upstream repository.
    user avatar
    Tom Rini authored
    Calls to IS_ENABLED() on a non-y/n option will always be false, even
    when set.  We can correct this by adding a new bool value that is set
    based on the conditions required for SPL_STACK_R_MALLOC_SIMPLE_LEN to be
    set instead.
    
    Fixes: 340f418a ("spl: Add spl_early_init()")
    Reported-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
    Signed-off-by: default avatarTom Rini <trini@konsulko.com>
    ---
    Changes in v2:
    - Fix thinko pointed out by Lokesh
    cf334edf
    History