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

asm

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Loading
    user avatar
    Lokesh Vutla authored
    Commit "86021143 omap: emif: configure emif only when required"
    breaks SDRAM_AUTO_DETECTION.
    The issue is dmm_init() depends on emif_sizes[](SDRAM Auto detection)
    done in do_sdram_init(). The above commit moves dmm_init() above
    do_sdram_init() because of which dmm_init() uses uninitialized
    emif_sizes[].
    So instead of using global emif_sizes[], get sdram details locally
    and calculate emif sizes.
    
    Reported-by: default avatarMichael Cashwell <mboards@prograde.net>
    Signed-off-by: default avatarLokesh Vutla <lokeshvutla@ti.com>
    d3d82e9f
    History
    Name Last commit Last update
    ..