Skip to content
  • Michal Simek's avatar
    test/py: Add option to skip SPL signature checking · 299e5bb7
    Michal Simek authored
    
    
    Provide user option to skip SPL signature verification for cases where
    u-boot is build with SPL support but full U-Boot is also verified
    without SPL.
    
    If you want to support this feature please add env__spl_skipped = True
    to your boardenv configuration file.
    
    For example Xilinx Zynq is using this feature where the same U-Boot
    binary is checked with SPL and without SPL(with FSBL).
    
    Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
    299e5bb7