Skip to content
  • Andreas Kemnade's avatar
    dfu: proper use of CONFIG_DFU_* in SPL · 946e885c
    Andreas Kemnade authored
    
    
    in make menuconfig you explicitly select
    ram target for spl dfu, c
    so do not use CONFIG_DFU_* in spl builds.
    There are separate defines for dfu in spl in
    Kconfig, so lets use them consequently,
    also main uboot might have more dfu options than
    spl. Use CONFIG_SPL_DFU_RAM for spl related dfu.
    
    Signed-off-by: default avatarAndreas Kemnade <andreas@kemnade.info>
    946e885c