• Leif Lindholm's avatar
    efi: efi-stub-helper cleanup · 9403e462
    Leif Lindholm authored
    An #ifdef CONFIG_ARM clause in efi-stub-helper.c got included with some
    of the generic stub rework by Roy Franz. Drop it here to make subsequent
    patches less confusing.
    
    Also, In handle_cmdline_files(), fh is not initialized, and while the
    overall logic around this handling appears safe, gcc does not always
    pick this up. Initialize to NULL to remove the resulting warning.
    Signed-off-by: default avatarLeif Lindholm <leif.lindholm@linaro.org>
    Signed-off-by: default avatarMatt Fleming <matt.fleming@intel.com>
    9403e462
efi-stub-helper.c 12.6 KB